a.btn.btn-info {
    background: #efdf00;
    color: #000;
    border-color: #000;
    font-size: 18px;
    font-weight: 400;
}


i.fas.fa-bars {
    color: #efdf00;
}


::before {
    color: yellow;
} 


.fa-linkedin-in:before {
    content: "\f0e1";
    color: #fff !important;
}

.fa-youtube:before {
    content: "\f167";
    color: #fff !important;
}

.automotriz__header {
  width: 100%;
  display: block;
}

.full-width-image {
   width: 100vw;
   position: relative;
   left: 50%;  
   margin-left: -50vw;
}

.full-width-image img {
  width: 100%;
}

img {
    width: 100%;
}

.modelos {
    border: 1px solid #f2f2f2;
    background-color: #fff;
    padding: 12px;
}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}

.cars-space {
    text-align: center;
    padding: 32px 0px 0px;
}

.automotriz__grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

.automotriz__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}


.automotriz__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}

.automotriz__grid-item {
  position: relative;
  overflow: hidden;
}

.automotriz__grid-item > img {
  width: 100%;
  display: block;
  transition: .5s;
  transform: translate(0%, 0%) scale(1);
} 

.automotriz__grid-item:hover > img {
  transform: translate(5%, 0%) scale(1.1);
}



.automotriz__grid-logo {
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 10.6vw;
}

.automotriz__grid-logo img {
  display: block;
  width: 100%;
}

.automotriz__message {
  width: 90%;
  text-align: center;
  margin: 60px auto;
}

.automotriz__message p {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-family: 'HeeboRegular';
  display: inline-block;
  position: relative;
}

.automotriz__message p br {
  display: block;
}

.automotriz__message p strong {
  font-family: 'HeeboExtraBold';
}

.automotriz__message p:after {
  transform: translate(-110%, -50%);
  left: 0%;
}

.automotriz__message p:before {
  transform: translate(110%, -50%);
  right: 0%;
}

.automotriz__banner,
.automotriz__banner img {
  width: 100%;
  display: block;
}

.comparator__wrapper--fix,
.automotriz__map--wrapper,
.contact__map--wrapper {
  max-width: 1420px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

.comparator__wrapper--fix {
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.comparator__wrapper {
  width: 100%;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.automotriz__instructions {
  max-width: 1420px;
  width: 90%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.comparator--form__wrapper {
  width: 426px;
  margin-right: 20px;
  background-color: #f5f5f5;
  position: relative;
  /* overflow: hidden; */
}

.add-comparator__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.7);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  
} 

.comparator__container {
  transform: scale(1);
  padding-top: 20px;
  position: relative;
  z-index: 2;
  background-color: #f5f5f5;
  transition: .5s;
}

.comparator--form__wrapper.hidden .comparator__container {
  transform: scale(1);
}

.add-comparator {
  color: #212121;
  font-size: 42px;
  padding: 20px;
  cursor: pointer;
  transition: .5s;
  filter: blur(0px);
}

.add-comparator:hover {
  opacity: 0.5;
}

.comparator--form__title {
  width: 100%;
  padding-left: 10%;
  box-sizing: border-box;
  position: relative;
}

.comparator--form__title h3 {
  margin: 0;
  padding: .25em 0;
  border-bottom: 1.5px solid #212121;
  font-size: 40px;
  font-family: 'HeeboRegular';
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.comparator--form {
  width: 100%;
  margin: 0% auto;
  position: relative;
  padding-bottom: 310px;
  overflow: hidden;
}

.comparator--form .notAvailable {
  margin: 0;
  padding: 0;
  color: #ea0a2a;
  text-decoration: line-through;
}

.comparator--form form {
  width: 100%;
  padding: 10% 15%;
  box-sizing: border-box;
  margin: 0 auto;
}

.comparator--chooser select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffffff;
  background-image: none;
  color: #212121;
  width: 100%;
  font-family: 'HeeboRegular';
  font-size: 16px;
  padding: .5em 1.25em;
  box-sizing: border-box;
  letter-spacing: 2px;
}

/* Remove IE arrow */
.comparator--chooser select::-ms-expand {
  display: none;
}

/* Custom Select */
.comparator--chooser .select {
  position: relative;
  display: flex;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 20px;
}

.comparator--chooserselect {
  flex: 1;
  padding: 0 .5em;
  color: #212121;
  cursor: pointer;
}

.comparator--chooser .select::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  background-size: 100% auto;
  background: url('../images/select__array.png');
  pointer-events: none;
}

.comparator__feedback {
  color: #ea0a2a;
  font-size: 13px;
  font-family: 'HeeboBold';
  text-align: left;
  padding: 0 1.6em;
  display: block;
  position: relative;
  top: -10px;
}

.comparator--form button {
  cursor: pointer;
}

.comparator--form button:disabled {
  opacity: 0.5;
  cursor: auto;
}

.comparator__button {
  text-align: right;
}

.car--details__vehicule {
  width: 100%;
  position: absolute;
  bottom: 2%;
  left: 0%;
  transition: .5s;
  transform: scale(0) translate(0%, 0%);
  z-index: 2;
}

.comparator--form__wrapper.active .car--details__vehicule  {
  transform: scale(1) translate(0%, 0%);
}

.car--details__vehicule img {
  width: 100%;
  display: block;
}

.automotriz__message,
.comparator__wrapper--fix,
.automotriz__map--wrapper {
  margin: 60px auto;
}

.comparator--form__actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.comparator--form__remove,
.comparator--form__back,
.map__back,
.markerDescription__close {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  background-color: #ea0a2a;
  transition: .5s;
  margin-left: 5px;
  z-index: 3;
}

.markerDescription__close {
  position: absolute;
  top: 0;
  right: 0;
}

.comparator--form__wrapper.active .comparator--form__back,
.automotriz__map--wrapper.active .map__back {
  display: flex;
}

.map__back {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.comparator--form__back,
.map__back {
  background-color: #212121;
  display: none;
}

.comparator--form__remove:hover,
.comparator--form__back:hover,
.map__back:hover,
.markerDescription__close:hover {
  cursor: pointer;
  opacity: .75;
}

.car-details__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #f5f5f5;
  padding: 5% 10%;
  box-sizing: border-box;
  transform: translateY(-100%);
  transition: .5s;
}

.comparator--form__wrapper.active .car-details__wrapper {
  transform: translateY(0%);
}

.car-detail h1,
.car-detail h2,
.car-detail h3,
.car-detail h4, 
.car-detail h5,
.car-detail h6,
.car-detail p,
.car-detail span {
  padding: 0%;
  margin: 0;
  font-family: 'HeeboRegular';
  color: #212121;
  letter-spacing: 2px;
}

.car-detail__name h3,
.car-detail__year h3 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.car-detail__price h4 {
  font-size: 30px;
}

.car-detail__price .initialPrice {
  color: #ea0a2a;
  text-decoration: line-through;
  font-size: 20px;
}

.car-detail span {
  display: block;
  margin-top: 20px;
}

.car-detail__price span {
  margin-top: 0px;
}

.car-detail span,
.car-detail h6 {
  font-size: 16px;
  line-height: 1.25em;
  text-transform: uppercase;
}

.car-actions {
  margin-top: 30px;
}

.car-actions a {
  text-decoration: none;
}

.car-actions a.disabled {
  display: none;
}

.car-actions .general-btn {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-right: 10px;
}

.dalton__decorator {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.dalton__decorator--details:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 54%;
  height: 2px;
  background: #212121;
}

.dalton__decorator span {
  width: 62px;
  background-color: #212121;
}

.dalton__decorator--details {
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

.dalton__decorator--details h2,
.dalton__decorator--details p {
  margin: 0;
  padding: 0;
  color: #212121;
}

.dalton__decorator--details p.type01 {
  text-align: left;
}

.dalton__decorator--details p.type01 strong {
  font-family: 'HeeboBlack';
}

.dalton__decorator--details h2 {
  font-family: 'HeeboBlack';
  font-size: 30px;
}

.dalton__decorator--details p {
  font-family: 'HeeboRegular';
  font-size: 22px;
  margin-top: 15px;
}

.automotriz__map--wrapper {
  padding: 0 1.5%;
  box-sizing: border-box;
}

.automotriz__map--details {
  width: 43%;
  position: relative;
  z-index: 2;
}

.automotriz__map--detail .dalton__decorator {
  width: 100%;
  flex-direction: row-reverse;
}

.automotriz__map--details .dalton__decorator--details {
  text-align: right;
}

.automotriz__map--details .dalton__decorator--details:after {
  left: auto;
  right: 0;
}

.automotriz__map--detail .dalton__decorator {
  position: relative;
  right: -25px;
}

.automotriz__map--detail {
  margin-top: 70px;
}

.automotriz__map {
  width: 57%;
  height: 527px;
  background-color: rgba(33, 33, 33, 0.7);
}

.map__wrapper {
  width: 100%;
  height: 100%;
}

.automotriz__map--infoMarkers {
  text-align: right;
  width: 90%;
  margin: 40px auto;
  display: none;
}

.automotriz__map--wrapper.active .automotriz__map--infoMarkers {
  display: block;
}

.infoMarkers--location,
.infoMarkers--options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.infoMarkers--location h3 {
  margin: 0;
  padding: 0;
  font-family: 'HeeboExtraBold';
  color: #212121;
  font-size: 22px;
}

.infoMarkers--location span {
  width: 25px;
  display: block;
  margin-left: 10px;
}

.infoMarkers--location span img {
  width: 100%;
  display: block
}

.infoMarkers--options {
  margin-top: 25px;
}

.infoMarkers--options span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 20px;
  font-family: 'HeeboRegular';
  font-size: 14px;
  color: #212121;
  opacity: 0.5;
  transition: .5s;
}

.infoMarkers--options span:hover,
.infoMarkers--options span.active {
  opacity: 1;
  cursor: pointer;
}

.infoMarkers--options img {
  width: 25px;
  margin-bottom: 5px;
}

.automotriz__map {
  position: relative;
}

.map__cover--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.automotriz__map--wrapper.active .map__cover--wrapper {
  display: none;
}

.map__cover,
.map__cover img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.state__btn {
  position: absolute;
  width: 8%;
  height: 42px;
  z-index: 4;
  border-radius: 50%;
  cursor: pointer;
}

.state__btn0 {
  top: 55.5%;
  left: 22%;
}

.state__btn1 {
  top: 25%;
  left: 52.5%;
}

.state__btn2 {
  top: 68%;
  left: 62.5%;
}

.markerDescription__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.markerDescription__wrapper.active {
  display: flex;
}

.markerDescription {
  position: relative;
  width: 90%;
  max-width: 420px;
  background-color: #f5f5f5;
  padding: 40px 20px 20px 20px;
  border-radius: 5px;
  box-sizing: border-box;
}


.markerDescription__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.markerDescription__data p {
  margin: 0;
  padding: 0;
  text-align: right;
  font-family: 'HeeboRegular';
  font-size: 16px;
  color: #212121;
  width: 80%;
}

.markerDescription__data p strong {
  font-family: 'HeeboBlack';
}

.markerDescription__data a {
  text-decoration: underline;
  color: #212121;
}

.markerDescription__data span i {
  background-color: #212121;
  color: #f5f5f5;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin-right: 1.5px;
}

.markerDescription__data:nth-child(1) span {
  align-self: flex-start;
}

.markerDescription__options {
  width: 80%;
  text-align: right;
}


.comparator--form__wrapper {
  position: relative;
}

.comparator--DOM {
  display: none;
}

.comparator--form__add {
  font-size: 35px;
  padding: 5px;
  align-self: center;
  transition: .5s;
  opacity: 1;
  color: #ea0a2a;
}

.comparator--form__add:hover {
  cursor: pointer;
  opacity: .75;
}

.comparator__slide {
  width: 100%;
  background-color: blue;
  overflow: auto;
}

.home__copy--automotriz img {
  margin-top: 20px !important;
}

@media(max-width: 1620px) {
  .automotriz__map--wrapper {
      padding: 0 1.8%;
  }

  .automotriz__message,
  .comparator__wrapper--fix,
  .automotriz__map--wrapper {
    margin: 50px auto;
  }

  .automotriz__message p {
    font-size: 20px;
  }

  .comparator--form__title h3 {
    font-size: 37px;
    letter-spacing: 3px;
  }

  .car-detail__name h3, .car-detail__year h3 {
    font-size: 23px;
    letter-spacing: 3px;
  }

  .car-detail span, .car-detail h6 {
    font-size: 16px;
  }

  .car-detail__price h4 {
    font-size: 27px;
  }

  .car-detail__price .initialPrice {
    font-size: 19px;
  }

  .dalton__decorator span {
    width: 54px;
  }
  
  .dalton__decorator--details {
    padding: 20px;
  }
  
  .dalton__decorator--details h2 {
    font-size: 27px;
  }
  
  .dalton__decorator--details p {
    font-size: 20px;
    margin-top: 12px;
  }
  
  .infoMarkers--location h3 {
    font-size: 20px;
  }

  .infoMarkers--location span {
    width: 22px;
  }

  .infoMarkers--options img {
    width: 22px;
  }

  .infoMarkers--options span {
    margin: 0 15px;
  }

  .infoMarkers--options {
    margin-top: 20px;
  }

  .automotriz__map--infoMarkers {
    margin: 35px auto;
  }
}

@media(max-width: 1560px) {
  .comparator--form__wrapper {
    width: 390px;
    margin-right: 20px;
  }
}

@media(max-width: 1420px) {
  .automotriz__message p:after {
    transform: translate(-130%, -50%);
  }
  
  .automotriz__message p:before {
    transform: translate(130%, -50%);
  }

  .comparator--form {
    padding-bottom: 290px;
  }

  .comparator--form__title h3 {
    font-size: 34px;
    letter-spacing: 3px;
  }

  .car-detail__name h3, .car-detail__year h3 {
    font-size: 21px;
    letter-spacing: 3px;
  }

  .car-detail span, .car-detail h6 {
    font-size: 16px;
  }

  .car-detail__price h4 {
    font-size: 25px;
  }

  .car-detail__price .initialPrice {
    font-size: 18px;
  }


  .dalton__decorator span {
    width: 50px;
  }
  
  .dalton__decorator--details {
    padding: 18px;
  }
  
  .dalton__decorator--details h2 {
    font-size: 25px;
  }
  
  .dalton__decorator--details p {
    font-size: 18px;
    margin-top: 10px;
  }

  .comparator--form__wrapper {
    width: 350px;
    margin-right: 20px;
  }

  .automotriz__map {
    height: 33vw;
  }
}

@media(max-width: 1320px) {
  .automotriz__message p {
    font-size: 18px;
  }

  .comparator--form {
    padding-bottom: 225px;
  }

  .car-detail span {
    margin-top: 15px;
  }
  
  .car-actions {
    margin-top: 20px;
  }

  .car-actions .general-btn {
    margin-right: 0px;
  }

  .comparator--form__title h3 {
    font-size: 31px;
    letter-spacing: 2.5px;
  }

  .car-detail__name h3, .car-detail__year h3 {
    font-size: 19px;
    letter-spacing: 2.5px;
  }

  .car-detail span, .car-detail h6 {
    font-size: 15px;
  }

  .car-detail__price h4 {
    font-size: 23px;
  }

  .car-detail__price .initialPrice {
    font-size: 17px;
  }


  .dalton__decorator span {
    width: 45px;
  }

  .dalton__decorator--details {
    padding: 17px;
  }
  
  .dalton__decorator--details h2 {
    font-size: 23px;
  }
  
  .dalton__decorator--details p {
    font-size: 17px;
    margin-top: 10px;
  }

  .infoMarkers--location h3 {
    font-size: 18px;
  }

  .infoMarkers--location span {
    width: 20px;
  }

  .infoMarkers--options img {
    width: 20px;
  }

  .infoMarkers--options span {
    margin: 0 13px;
  }

  .infoMarkers--options {
    margin-top: 18px;
  }

  .automotriz__map--infoMarkers {
    margin: 30px auto;
  }
}

@media(max-width: 1224px) {
  .automotriz__message,
  .comparator__wrapper--fix,
  .automotriz__map--wrapper {
    margin: 40px auto;
  }

  .comparator--form__title h3 {
    font-size: 28px;
    letter-spacing: 2.5px;
  }

  .car-detail__name h3, .car-detail__year h3 {
    font-size: 18px;
    letter-spacing: 2.5px;
  }

  .car-detail span, .car-detail h6 {
    font-size: 15px;
  }

  .car-detail__price h4 {
    font-size: 21px;
  }

  .car-detail__price .initialPrice {
    font-size: 16.5px;
  }


  .comparator--form__remove, 
  .comparator--form__back,
  .map__back,
  .markerDescription__close {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }

  .comparator__wrapper--fix,
  .automotriz__map--wrapper {
    width: 95%;
  }

  .automotriz__instructions {
    width: 95%;
  }

  .car-actions {
    margin-top: 10px;
  }

  .car-actions button {
    margin-top: 10px;
  }

  .dalton__decorator span {
    width: 40px;
  }

  .dalton__decorator--details {
    padding: 16px;
  }
  
  .dalton__decorator--details h2 {
    font-size: 21px;
  }
  
  .dalton__decorator--details p {
    font-size: 16px;
    margin-top: 8px;
  }

  .comparator--form__wrapper {
    width: 300px;
    margin-right: 20px;
  }

  .automotriz__map {
  }

  .state__btn1 {
    top: 22%;
    left: 52.5%;
  }
}

@media(max-width: 1024px) {
  .home__copy--

  img {
    margin-top: 10px !important;
  }

  .automotriz__message,
  .comparator__wrapper--fix,
  .automotriz__map--wrapper {
    margin: 35px auto;
  }

  .comparator--form__title h3 {
    font-size: 26px;
    letter-spacing: 2px;
  }

  .car-detail__name h3, .car-detail__year h3 {
    font-size: 17px;
    letter-spacing: 2px;
  }

  .car-detail span, .car-detail h6 {
    font-size: 14px;
  }

  .car-detail__price h4 {
    font-size: 19px;
  }

  .car-detail__price .initialPrice {
    font-size: 16px;
  }


  .dalton__decorator span {
    width: 35px;
  }

  .dalton__decorator--details {
    padding: 16px;
  }
  
  .dalton__decorator--details h2 {
    font-size: 19px;
  }
  
  .dalton__decorator--details p {
    font-size: 16px;
    margin-top: 5px;
  }

  .automotriz__map--details .dalton__decorator--details {
    width: calc(100% - 40px);
  }

  .infoMarkers--location h3 {
    font-size: 16px;
  }

  .infoMarkers--location span {
    width: 20px;
  }

  .infoMarkers--options img {
    width: 18px;
  }

  .infoMarkers--options span {
    margin: 0 10px;
  }

  .infoMarkers--options {
    margin-top: 16px;
  }

  .automotriz__map--infoMarkers {
    margin: 25px auto;
  }

  .infoMarkers--options span {
    font-size: 12px;
  }

  .automotriz__map--details .dalton__decorator--details p br {
    display: none;
  }

  .automotriz__map--detail .dalton__decorator {
    right: -15px;
  }
}

@media(max-width: 920px) {
  .automotriz__map--wrapper {
      padding: 0 20px;
  }

  .automotriz__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .automotriz__grid-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 21.2vw;
  }

  .automotriz__message p {
    width: 90%;
    max-width: 390px;
  }

  .automotriz__message p:after {
    transform: translate(-115%, -50%);
  }
  
  .automotriz__message p:before {
    transform: translate(115%, -50%);
  }

  .automotriz__message,
  .comparator__wrapper--fix,
  .automotriz__map--wrapper {
    margin: 30px auto;
  }

  .automotriz__message {
    margin: 30px auto;
  }

  .comparator__wrapper--fix,
  .automotriz__map--wrapper {
    width: 90%;
    justify-content: flex-start;
  }

  .automotriz__instructions {
    width: 90%;
  }

  .comparator--form__wrapper:nth-child(3) {
    display: none;
  }

  .dalton__decorator span {
    width: 35px;
  }

  .dalton__decorator--details:after {
    width: 100%;
  }

  .dalton__decorator--details {
    padding: 16px;
  }
  
  .dalton__decorator--details h2 {
    font-size: 19px;
  }
  
  .dalton__decorator--details p {
    font-size: 16px;
    margin-top: 5px;
  }

  .automotriz__map--wrapper,
  .contact__map--wrapper {
    flex-direction: column;
  }

  .automotriz__map {
    width: 100%;
  }

  .automotriz__map--details {
    width: 100%;
  }

  .automotriz__map--detail .dalton__decorator {
    width: 100%;
    flex-direction: row;
  }

  .automotriz__map--details .dalton__decorator--details {
    width: auto;
  }

  .automotriz__map--details .dalton__decorator--details {
    text-align: left;
  }

  .automotriz__map--details .dalton__decorator--details p br {
    display: block;
  }

  .automotriz__map--detail {
    margin-top: 0;
  }

  .automotriz__map--wrapper {
    position: relative;
  }

  .automotriz__map--detail .dalton__decorator {
    right: 0;
  }

  .automotriz__map {
    margin-top: 30px;
  }

  .automotriz__map--infoMarkers {
    position: absolute;
    bottom: 0;
    left: 2.5%;
    display: none;
    justify-content: space-between;
    background-color: #FFF;
    width: 95%;
    padding: 0 2.5%;
    margin: 0;
    box-sizing: border-box;
  }
  
  .automotriz__map--wrapper.active .automotriz__map--infoMarkers {
    display: flex;
  }

  .infoMarkers--options {
    margin: 5px 0;
  }

  .infoMarkers--location h3 {
    font-size: 14px;
  }

  .infoMarkers--location span {
    width: 15px;
    margin-left: 5px;
  }

  .infoMarkers--options span {
    font-size: 10px;
    margin: 0 5px;
  }

  .infoMarkers--options img {
    width: 15px;
  }

  .automotriz__map--details {
    position: static;
  }

  .comparator--form__wrapper {
    width: 289px;
    margin-right: 20px;
  }

  .automotriz__map {
    height: 78vw;
    margin-bottom: 50px;
  }

  .state__btn2 {
    top: 70%;
    left: 62.5%;
  }

  .map__cover {
    overflow: hidden;
  }

  .map__cover img {
    width: 120%;
  }

  .state__btn {
    width: 8%;
    height: 8%;
  }

  .state__btn0 {
    top: 55.5%;
    left: 25%;
  }

  .state__btn1 {
    top: 25%;
    left: 64.5%;
  }

  .state__btn2 {
    top: 69%;
    left: 78.5%;
  }
}

@media(max-width: 720px) {
  .comparator__wrapper--fix,
  .automotriz__map--wrapper {
    width: 95%;
  }

  .automotriz__instructions {
    width: 95%;
  }

  .comparator--form form {
    padding: 10%;
  }

  .dalton__decorator--details h2 {
    font-size: 18px;
  }

  .comparator--form__wrapper {
    width: 270px;
    margin-right: 15px;
  }

  .state__btn0 {
    top: 55.5%;
    left: 27%;
  }
}

@media(max-width: 620px) {
  .automotriz__message p {
    font-size: 16px;
  }

  .automotriz__message p:after {
    transform: translate(-115%, -50%);
  }
  
  .automotriz__message p:before {
    transform: translate(115%, -50%);
  }

  .automotriz__message,
  .comparator__wrapper--fix,
  .automotriz__map--wrapper {
    margin: 20px auto;
  }

  .automotriz__message {
    margin: 30px auto;
  }

  .dalton__decorator--details {
    padding: 10px;
  }

  .dalton__decorator--details h2 {
    font-size: 16px;
  }

  .dalton__decorator--details br {
    display: none;
  }

  .automotriz__map--details .dalton__decorator--details p br {
    display: none;
  }

  .dalton__decorator--details,
  .automotriz__map--details .dalton__decorator--details {
    width: calc(100% - 40px);
  }
  
  .automotriz__map--detail .dalton__decorator {
    right: 0;
  }

  .automotriz__map {
    margin-top: 20px;
  }

  .comparator--form__add {
    font-size: 25px;
    padding: 5px;
  }

  .comparator--form__wrapper {
    margin-right: 10px;
  }

  .state__btn2 {
    top: 69%;
      left: 77.5%;
  }
}

@media(max-width: 580px) {
  .comparator__wrapper--fix,
  .automotriz__map--wrapper,
  .contact__map--wrapper {
    width: 90%;
    justify-content: flex-start;
  }

  .automotriz__instructions {
    width: 90%;
  }

  .state__btn0 {
    top: 55.5%;
    left: 23%;
  }
}

@media(max-width: 420px) {
}

@media(max-width: 360px) {
}


/* .blog__wrapper {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.categories-list__wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-item__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #000;
  padding: 20px 0;
}

.post-item__wrapper:last-child {
  border-bottom: none;
}

.post-item__thumb {
  width: 40%;
}

.post-item__thumb img {
  width: 100%;
  display: block;
}

.post-item__details {
  width: 60%;
  box-sizing: border-box;
  padding: 20px;
} */

.blog__list {
  margin: 60px auto;
}

.blog__hero {
  font-size: 16px;
  overflow: hidden;
  height: 35vw;
  position: relative;
}

.blog__hero img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
}

.blog__hero--title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1560px;
  color: #212121;
}

.blog__hero--title h2 {
  font-size: 3.75em;
  font-family: 'HeeboThin';
  margin: 0;
  line-height: 1em;
  margin-bottom: .75em;
  display: inline-block;
  position: relative;
  width: 60%;
  max-width: 820px;
  color: #212121;
} 

.blog__hero--title h2 strong {
  display: block;
  font-family: 'HeeboBlack';
  text-transform: uppercase;
  text-shadow: 1px 0px 10px rgb(255, 255, 255);
}

.blog__hero--title h2::after,
.blog__hero--title h2::before {
  content: '';
  position: absolute;
  bottom: -.35em;
  left: 0;
  background-color: #212121;
}

.blog__hero--title h2::after {
  width: 60%;
  height: 2px;
}

.blog__hero--title h2::before {
  width: 25%;
  height: 6px;
}

.blog__list {
  width: 90%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
}

.blog__list--wrapper,
.post__details {
  width: 80%;
}

.blog__posts,
.blog__post,
.blog__post--cover img {
  width: 100%;
  display: block;
}

.blog__post--cover {
  height: 22vw;
}

.blog__post--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog__post {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 60px;
}

.blog__post--reverse {
  flex-direction: row-reverse;
}

.blog__post--reverse .blog__post--info {
  flex-direction: row-reverse;
}

.blog__post--reverse .blog__post--category {
  right: auto;
  left: -2.5em;
}

.blog__post--reverse .blog__post--category-decorator {
  transform: rotate(180deg);
}

.blog__post--reverse .blog__post--details {
  text-align: right;
}

.blog__post:last-of-type {
  margin-bottom: none !important;
}

.blog__post--info {
  width: 45%;
  background-color: #ea0a2a;
  display: flex;
  position: relative;
  align-items: flex-start;
}

.blog__post--cover {
  width: 55%;
}

.blog__post--category {
  width: 2.5em;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2.5em;
  background-color: #212121;
  color: #ffffff;
}

.blog__post--category-decorator {
  width: 100%;
  height: 2.5em;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
  background-image: url(../images/arrow-black.png);
}

.blog__post--category-title {
  width: 100%;
  height: calc(100% - 2.5em);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'ManropeRegular';
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog__post--category-title span {
  transform: rotate(-90deg);
}

.blog__post--date {
  width: 7.33em;
  background-color: #ad1127;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0.9375em 1.25em 0.9375em 1.25em;
}

.blog__post--date-day,
.blog__post--date-month  {
  font-family: 'HeeboBlack';
}

.blog__post--date-day {
  font-size: 3.75em;
  line-height: .8em;
}

.blog__post--date-month {
  font-size: 1.25em;
}

.blog__post--date-year {
  font-size: 1.25em;
  font-family: 'HeeboLight';
  text-align: right;
  border-bottom: 2px solid #ffffff;
  padding-left: .5em;
  padding-bottom: .0em;
}

.blog__post--details {
  box-sizing: border-box;
  padding: 1.5em;
  width: 100%;
}

.blog__post--title {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  max-width: 80%;
}

.blog__post--title::before,
.blog__post--title::after {
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
}

.blog__post--title::after {
  left: 0;
  width: 100%;
  height: 2px;
}

.blog__post--title::before {
  right: 0;
  width: 45%;
  height: 6px;
}

.blog__post--title h3,
.blog__post--description p {
  margin: 0;
  color: #ffffff;
}

.blog__post--title h3 {
  font-size: 3.75em;
  font-family: 'HeeboThin';
  line-height: .7em;
  margin-bottom: 10px;
}

.blog__post--title h3 strong {
  font-family: 'HeeboExtraBold';
  display: block;
  font-size: .39em;
  padding-left: .2em;
  line-height: 1em;
}

.blog__post--description p {
  font-family: 'ManropeRegular';
  font-size: 16px;
  margin-bottom: 15px;
}

.blog__navigation {
  width: 15%;
}

.blog__categories,
.blog__recents {
  width: 100%;
}

.blog__navigation--title {
  width: 60%;
  display: flex;
  border-bottom: 2px solid #212121;
}

.blog__navigation--title span {
  width: 36px;
  display: block;
  background-color: #212121;
}

.blog__navigation--title h4 {
  width: calc(100% - 36px);
  display: block;
  padding-left: 10px;
  box-sizing: border-box;
  color: #212121;
  font-family: 'HeeboExtraBold';
  font-size: 16px;
}

.blog__categories--list,
.blog__recents--list {
  margin: 20px 0 60px 0;
}

.blog__categories--list ul {
  width: 100%;
  color: #212121;
  font-family: 'HeeboRegular';
  font-size: 16px;
  padding-left: 40px;
  box-sizing: border-box;
}

.notElements {
  color: #212121;
  font-family: 'HeeboBlack';
}

.blog__categories--list ul li {
  margin-bottom: 10px;
  position: relative;
}

.blog__categories--list ul li a {
  color: #212121;
}

.blog__categories--list ul li:hover {
  cursor: pointer;
  text-decoration: underline;
}

.blog__categories--list ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ea0a2a;
}

.blog__recents--list ul,
.blog__recents--list li {
  width: 100%;
  display: block;
}

.blog__recents--list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.blog__recents--list li img { 
  width: 100%;
  display: block;
}

.blog__recents--item {
  width: 100%;
  padding-left: 10px;
}

.blog__recents--item h5,
.blog__recents--item p {
  margin: 0;
  padding: 0;
}

.blog__recents--list li a {
  width: 100%;
  display: block;
  text-decoration: none;
}

.blog__recents--list li a:nth-child(1){
  width: 60px;
}

.blog__recents--list li a:nth-child(2){
  width: calc(100% - 60px);
}

.blog__recents--item h5,
.blog__recents--item p {
  font-size: 16px;
  color: #212121;
  text-decoration: none;
}

.blog__recents--item h5 {
  font-family: 'ManropeExtraBold';
}

.blog__recents--item p {
  font-family: 'ManropeRegular';
}

.post__details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.post__info {
  width: 100%;
  padding-left: 40px;
  padding-right: 0px;
}

.post__info--description {
  font-family: 'ManropeRegular';
  color: #212121;
  font-size: 18px;
  text-align: justify;
  hyphens: auto;
}

.post__info--description strong,
.post__info--description h2,
.post__info--description h3 {
  font-family: 'ManropeBold';
}

.post__info--description h2 {
  font-size: 1.2em;
}

.post__info--description h3 {
  font-size: 1.1em;
}

.post__info--description ul,
.post__info--description ul li {
  margin: 20px;
  list-style: circle;
}

.post__info .blog__post--title h3,
.post__info .blog__post--description p,
.post__details .blog__post--date-month,
.post__details .blog__post--date-year {
  color: #212121;
}

.post__info .blog__post--title::before,
.post__info .blog__post--title::after {
  background-color: #212121;
}

.post__details .blog__post--date-year {
  border-bottom-color: #212121;
}

.post__details .blog__post--date-day {
  color: #ea0a2a;
}

.post__details .blog__post--date {
  background-color: transparent;
  padding-top: 0;
}

@media(max-width: 1620px) {
  .blog__hero {
    font-size: 14px;
  }

  .blog__list {
    font-size: 15px;
  }

  .blog__list {
    margin: 50px auto;
  }

  .blog__post {
    margin-bottom: 50px;
  }

  .blog__hero {
    height: 40vw;
  }
}

@media(max-width: 1360px) {
  .blog__hero {
    font-size: 12px;
  }

  .blog__list {
    font-size: 14px;
  }

  .blog__post {
    align-items: stretch;
  }

  .blog__post--details {
    align-self: center;
  }

  .blog__post--cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blog__post--title h3 {
    font-size: 3em;
    line-height: .8em;
  }

  .blog__post--title h3 strong {
    font-size: 20px;
  }

  .blog__navigation {
    width: 17.5%;
  }

  .blog__navigation--title h4 {
    margin: 15px 0;
  }

  .blog__categories--list, .blog__recents--list {
    margin: 20px 0 40px 0;
  }

  .blog__recents--item h5, .blog__recents--item p,
  .blog__categories--list ul li {
    font-size: 14px;
  }

  .post__info {
    padding-right: 40px;
  }

  .blog__hero {
    height: 45vw;
  }

  .blog__post--cover {
    height: auto;
  }
}

@media(max-width: 1224px) {
  .blog__hero {
    font-size: 10px;
  }

  .blog__list {
    font-size: 13px;
  }

  .blog__list {
    margin: 40px auto;
  }

  .blog__post {
    margin-bottom: 40px;
  }

  .blog__navigation--title span {
    width: 20px;
  }
  
  .blog__navigation--title h4 {
    width: calc(100% - 20px);
  }

  .post__info {
    padding-left: 30px;
    padding-right: 30px;
  }

  .post__info--description {
    font-size: 17px;
  }

  .blog__hero {
    height: 50vw;
  }
}

@media(max-width: 1024px) {
  .blog__hero {
    font-size: 9px;
  }

  .blog__list {
    font-size: 12px;
  }

  .blog__list {
    margin: 35px auto;
  }

  .blog__post--info {
    width: 70%;
  }

  .blog__navigation {
    width: 19%;
  }

  .blog__post {
    margin-bottom: 35px;
  }

  .post__info {
    padding-left: 20px;
  }

  .blog__hero {
    height: 55vw;
  }
}

@media(max-width: 920px) {
  .blog__recents {
    display: none;
  }

  .blog__hero {
    font-size: 8.5px;
  }

  .blog__list {
    font-size: 11px;
  }

  .blog__list {
    margin: 30px auto;
    flex-direction: column-reverse;
  }

  .blog__list--wrapper,
  .post__details {
    width: 100%;
  }

  .blog__post--description p {
    font-size: 14px;
  }

  .blog__post {
    margin-bottom: 30px;
  }

  .blog__navigation {
    width: 100%;
  }

  .blog__categories--list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .blog__categories--list ul {
    left: 25px;
  }
  
  .blog__categories--list ul li {
    padding-right: 30px;
  }

  .blog__categories--list, .blog__recents--list {
    margin-bottom: 20px;
  }

  .blog__navigation--title {
    width: 35%;
  }

  .post__info {
    padding-left: 10px;
  }

  .post__info--description {
    font-size: 16px;
  }

  .blog__hero {
    max-height: 60vw;
  }
}

@media(max-width: 720px) {
  .blog__hero {
    font-size: 8px;
  }

  .blog__list {
    font-size: 10px;
  }

  .blog__hero {
    height: 65vw;
  }
}

@media(max-width: 620px) {
  .blog__hero {
    font-size: 7.5px;
  }
  
  .blog__list {
    font-size: 9px;
  }

  .blog__list {
    margin: 20px auto;
  }

  .blog__post {
    margin-bottom: 20px;
  }

  .blog__post {
    flex-direction: column-reverse;
  }

  .blog__post--info,
  .blog__post--cover {
    width: 100%;
  }

  .blog__post--category {
    right: 0;
  }

  .blog__post--details {
    width: 75%;
  }

  .blog__hero--title h2 {
    width: 100%;
    max-width: 420px;
  } 
  
  .blog__post--reverse .blog__post--info {
    flex-direction: row;
  }
  
  .blog__post--reverse .blog__post--category {
    right: 0;
    left: auto;
  }
  
  .blog__post--reverse .blog__post--category-decorator {
    transform: rotate(0deg);
  }
  
  .blog__post--reverse .blog__post--details {
    text-align: left;
  }

  .blog__hero {
    height: 70vw;
  }
}

@media(max-width: 468px) {
  .blog__hero {
    font-size: 7px;
  }

  .blog__list {
    font-size: 8px;
  }

  .blog__post--description {
    display: none;
  }
  
  .blog__post--title {
    padding-bottom: 10px;
  }

  .blog__post--details {
    width: 70%;
  }

  .blog__hero {
    height: 80vw;
  }
}
.contact__header,
.contact__header img {
  display: block;
  width: 100%;
}

.contact__form--wrapper {
  padding: 60px 0;
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
}

.encabezado__form--wrapper {
    padding: 60px 0;
    width: 100%;
    background-color: #ffffff;
    position: relative;
	padding: 50px 0 !important;
}

.contact__form--general,
.contact__phone--wrapper,
.contact__map--wrapper {
  width: 90%;
  max-width: 1345px;
  margin: 0 auto;
}

.contact__phone--wrapper,
.contact__map--wrapper {
  margin: 60px 0;
}

.contact__phone--wrapper,
.contact__map--wrapper {
  margin-left: auto;
  margin-right: auto;
}

.contact__form--title {
  color: #212121;
  text-align: center;
  font-size: 16px;
}

.feedback__description {
  font-size: 16px;
}

.contact__form--title h3,
.feedback__description--title h3 {
  margin: 0 auto;
  font-size: 3.125em;
  font-family: 'HeeboBlack';
  letter-spacing: 2px;
}  

.contact__form--title p {
  margin: 0 auto;
  font-family: 'HeeboRegular';
  font-size: 1.25em;
}

.feedback__description--description p {
  font-family: 'HeeboRegular';
  font-size: 1.25em;
}

.contact__form {
  width: 100%;
  margin-top: 40px;
}

.contact__form form {
  width: 100%;
}

.contact__form--item textarea {
  height: 266px;
}

.contact__form--cta {
  text-align: right;
}

.contact__form--ctawMT {
  margin-top: 40px;
}

.newsletter__input {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: right;
}

.newsletter__input input {
  width: 35px !important;
  margin-top: .15em !important;
  margin-right: 5px !important;
  display: block;
}

.newsletter__input p {
  margin: 0;
  padding: 0;
  font-family: 'HeeboRegular';
  font-size: 1.25em;
}

.newsletter__input label {
  width: 100% !important;
  display: flex !important;
  align-self: flex-end !important;
  justify-content: flex-end !important;
  background: none !important;
}

.newsletter__input p strong {
  font-family: 'HeeboExtraBold';
}

.newsletter__privacy {
  margin-top: 20px;
  font-family: 'HeeboRegular';
  font-size: 16px;
}

.newsletter__privacy a {
  color: #909090;
}

.contact__phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
}

.contact__phone--number {
  padding: .5em 2em .5em 0;
  margin-right: 2em;
  border-right: 2px solid #212121;
}

.contact__phone--data h4 {
  margin: 0;
  font-size: 28px;
  font-family: 'HeeboBlack';
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__phone--data a {
  font-family: 'HeeboRegular';
  color: #212121;
  font-size: 20px;
  text-decoration: none;
  margin-left: 1.65em;
}

.contact__phone--number span {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212121;
  color: #f5f5f5;
  border-radius: 50%;
  font-size: .40em;
  margin-right: 0.625em;
}

.contact__map--directions {
  margin: 0;
  margin-top: 20px;
  padding: 20px 40px;
  text-align: right;
}

.contact__map--directions p {
  color: #212121;
  margin: 0;
  font-size: 20px;
  font-family: 'HeeboRegular';
}

.contact__map--directions button {
  margin-top: 20px;
}

.contact__decorator {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(45%, -50%) rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.contact__decorator  img {
  width: 110px;
  display: block;
  margin: 0 20px;
  opacity: 0.75;
}

@media(max-width: 1620px) { 
  .contact__form--wrapper {
    padding: 50px 0;
  }

  .contact__phone--wrapper,
  .contact__map--wrapper {
    margin: 50px auto;
  }

  .contact__form--title {
    font-size: 15px;
  }

  .newsletter__input {
    font-size: 15px;
  }

  .newsletter__input p {
    font-size: 1.2em;
  }

  .contact__phone {
    font-size: 15px;
  }

  .contact__phone--data h4 {
    font-size: 25px;
  }
  
  .contact__phone--data a {
    font-size: 19px;
  }
  
  .contact__map--directions p {
    font-size: 19px;
  }

  .contact__decorator img {
    width: 90px;
    margin: 0 10px;
  }
}

@media(max-width: 1224px) { 
  .contact__form--wrapper {
    padding: 40px 0;
  }

  .contact__phone--wrapper,
  .contact__map--wrapper {
    margin: 40px auto;
  }

  .contact__form {
    width: 100%;
    margin-top: 35px;
  }
  
  .contact__form--title {
    font-size: 14px;
  }

  .newsletter__input {
    font-size: 14px;
  }

  .newsletter__input p {
    font-size: 1.15em;
  }

  .contact__phone {
    font-size: 14px;
  }

  .contact__phone--data h4 {
    font-size: 22px;
  }
  
  .contact__phone--data a {
    font-size: 18px;
  }
  
  .contact__map--directions p {
    font-size: 18px;
  }

  .contact__decorator img {
    width: 75px;
    margin: 0 10px;
  }
}

@media(max-width: 1024px) { 
  .contact__form--wrapper {
    padding: 35px 0;
  }

  .contact__phone--wrapper,
  .contact__map--wrapper {
    margin: 35px auto;
  }

  .contact__form {
    width: 100%;
    margin-top: 30px;
  }

  .contact__form--title {
    font-size: 13px;
  }

  .newsletter__input {
    font-size: 13px;
  }

  .newsletter__input p {
    font-size: 1.1em;
  }

  .contact__phone {
    font-size: 13px;
  }

  .contact__phone--data h4 {
    font-size: 19px;
  }
  
  .contact__phone--data a {
    font-size: 17px;
  }
  
  .contact__map--directions p {
    font-size: 17px;
  }

  .contact__map--info,
  .contact__map--directions {
    padding: 20px !important;
  }
}

@media(max-width: 920px) {
  .contact__form--wrapper {
    padding: 30px 0;
  }

  .contact__phone--wrapper,
  .contact__map--wrapper {
    margin: 30px auto;
  }

  .contact__form {
    width: 100%;
    margin-top: 25px;
  }

  .contact__form--item textarea {
    height: 222px;
  }

  .contact__form--title {
    font-size: 12px;
  }
  
  .newsletter__input {
    font-size: 12px;
  } 
  
  .contact__form--title p {
    font-size: 16px;
  }

  .newsletter__input p {
    font-size: 1.05em;
  }

  .newsletter__input input {
    width: 20px !important;
  }

  .contact__phone {
    font-size: 12px;
  }

  .contact__phone--data h4 {
    font-size: 18px;
  }
  
  .contact__phone--data a {
    font-size: 16px;
  }
  
  .contact__map--directions p {
    font-size: 16px;
  }

  .contact__info--wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact__map--directions,
  .contact__map--info {
    width: 50%;
  }

  .contact__phone {
    justify-content: center;
    box-sizing: border-box;
  }

  .contact__map--directions {
    text-align: center;
    box-sizing: border-box;
  }

  .contact__decorator {
    display: none;
  }
}

@media(max-width: 780px) {
  .newsletter__input p br {
    display: none;
  } 

  .newsletter__input p {
    text-align: left;
    width: calc(100% - 20px);
  }
}

@media(max-width: 740px) { 
  .contact__form--title {
    font-size: 11px;
  }

  .newsletter__input {
    font-size: 11px;
  }

  .newsletter__input p {
    font-size: 1em;
  }

  .contact__phone {
    font-size: 11px;
  }

  .contact__phone--data h4 {
    font-size: 16px;
  }
}

@media(max-width: 670px) {
  .contact__info--wrapper {
    flex-direction: column;
  }

  .contact__map--directions,
  .contact__map--info {
    width: 100%;
  }
}

@media(max-width: 620px) { 
  .contact__form--wrapper {
    padding: 20px 0;
  }

  .contact__phone--wrapper,
  .contact__map--wrapper {
    margin: 20px auto;
  }

  .contact__form {
    width: 100%;
    margin-top: 20px;
  }

  .contact__form--title {
    font-size: 10px;
  }

  .newsletter__input {
    font-size: 10px;
  }

  .contact__form--title p br {
    display: none;
  }

  .contact__phone {
    font-size: 10px;
  }
}

@media(max-width: 479px) {
  .contact__form--title {
    font-size: 9px;
  }

  .newsletter__input {
    font-size: 9px;
  }

  .contact__phone {
    font-size: 9px;
  }
}
.corporativo__hero,
.corporativo__vacants,
.corporativo__hero video,
.corporativo__hero img,
.corporativo__vacants img,
.corporativo__intro,
.corporativo__intro--video iframe {
  width: 100%;
  display: block;
}

.corporativo__intro,
.corporativo__numbers,
.corporativo__values {
  margin: 60px auto;
  position: relative;
}

.corporativo__intro {
  background-color: #f5f5f5;
  margin-bottom: 0 !important;
}

.corporativo__intro {
  margin-top: 0 !important;
}

.corporativo__intro--wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.corporativo__intro--video {
  width: calc(100% - 480px);
  position: relative;
  z-index: 2;
}

.corporativo__intro--video iframe {
  height: 122%;
  top: -11%;
  background-color: #212121;
  position: relative;
}

.corporativo__intro--details {
  width: 720px;
  margin: 0 auto;
  padding: 40px 0;
}

.corporativo__intro--text p {
  font-family: 'HeeboRegular';
  font-size: 20px;
  text-align: center;
  color: #212121;
  margin: 20px auto;
}

.corporativo__intro--text p strong {
  font-family: 'HeeboBold';
}

.corporativo__numbers {
  width: 90%;
  max-width: 1420px;
  font-size: 16px;
  padding: 100px 0;
}

.corporativo__numbers--wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.corporativo__numbers--item {
  width: 30%;
  text-align: center;
  position: relative;
  font-family: 'HeeboLight';
  font-size: 2.1875em;
  color: #212121;
}

.corporativo__numbers--item p strong {
  font-size: 1.25em;
  font-family: 'HeeboBlack';
  line-height: 1em;
}

.corporativo__numbers--item p span {
  position: relative;
  top: -.05em;
}

.corporativo__numbers--item:nth-of-type(1),
.corporativo__numbers--item:nth-of-type(3) {
  width: 30%;
}

.corporativo__numbers--item:nth-of-type(2) {
  width: 33%;
}

.corporativo__numbers--item p {
  margin: 0;
  padding: 0;
}

.corporativo__numbers--item:nth-of-type(2)::after,
.corporativo__numbers--item:nth-of-type(2)::before {
  content: '';
  width: 2px;
  height: 3.75em;
  background-color: #ea0a2a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.corporativo__numbers--item:nth-of-type(2)::after {
  left: 0;
}

.corporativo__numbers--item:nth-of-type(2)::before {
  right: 0;
}

.corporativo__numbers--counter {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
}

.corporativo__numbers--counter span:nth-of-type(1):after,
.corporativo__numbers--counter span:nth-last-of-type(1):before {
  content: '';
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background-color: #212121;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.corporativo__numbers--counter span:nth-of-type(1):after {
  left: -65%;
}

.corporativo__numbers--counter span:nth-last-of-type(1):before {
  right: -65%;
}

.corporativo__numbers--counter span {
  display: block;
  background-color: #212121;
  color: #fff;
  font-family: 'HeeboMedium';
  padding: 7.5px 5px;
  border-radius: 5px;
  margin: 0 2px;
  position: relative;
}

.corporativo__numbers--counter span:nth-of-type(1),
.corporativo__numbers--counter span:nth-of-type(4) {
  margin-right: 10px;
}

.corporativo__values {
  width: 90%;
  max-width: 1536px;
  font-size: 16px;
}

.corporativo__values--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.corporativo__value {
  width: 47%;
  margin-bottom: 20px;
}

.corporativo__value--title {
  
} 

.corporativo__value--title h4 {
  font-size: 1.875em;
  font-family: 'HeeboBlack';
  color: #212121;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
}

.corporativo__value--title h4::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: #ea0a2a;
}

.corporativo__value--title h4::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 8%;
  height: 4px;
  background-color: #ea0a2a;
}

.corporativo__value--title span {
  display: inline-block;
  width: auto;
  height: 1.1875em;
}

.corporativo__value--title span img {
  width: auto;
  height: 100%;
  display: block;
  margin-left: 10px;
}

.corporativo__value--description {
  margin-top: 1.25em;
}

.corporativo__value--description p {
  font-size: 1.125em;
  font-family: 'HeeboRegular';
  position: relative;
  margin: 0;
  margin-top: 5px;
}

.corporativo__value--description p:after {
  content: '';
  background-color: #ea0a2a;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.corporativo__value--description p:nth-of-type(1) {
  font-family: 'HeeboExtraBold';
  font-size: 1.25em;
}


.corporativo__value--description p:nth-of-type(1):after {
  display: none;
}

.corporativo__values--title {
  width: 100%;
  text-align: left;
}

.corporativo__values--title h3 {
  font-family: 'HeeboThin';
  color: #212121;
  font-size: 3.2em;
  line-height: .5em;
}

.corporativo__values--title span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: #ea0a2a;
}

@media(max-width: 1620px) {
  .corporativo__numbers {
    font-size: 14px;
  }

  .corporativo__intro,
  .corporativo__numbers,
  .corporativo__values {
    margin: 50px auto;
  }

  .corporativo__intro--text p {
    font-size: 19.5px;
  }

  .corporativo__intro--wrapper {
    width: 90%;
  }

  .corporativo__intro--video {
    width: calc(100% - 440px);
  }

  .corporativo__values {
    font-size: 15px;
  }

  .corporativo__numbers {
    padding: 90px 0;
  }

  .corporativo__values--title span {
    height: 14px;
    width: 14px;
  }
}

@media(max-width: 1420px) {
  .corporativo__numbers {
    font-size: 12px;
  }

  .corporativo__values {
    font-size: 14px;
  }

  .corporativo__value--description p {
    font-size: 16px;
  }

  .corporativo__numbers {
    padding: 80px 0;
  }

  .corporativo__values--title span {
    height: 13px;
    width: 13px;
  }
}

@media(max-width: 1224px) {
  .corporativo__numbers {
    font-size: 10px;
  }

  .corporativo__intro,
  .corporativo__numbers,
  .corporativo__values {
    margin: 40px auto;
  }

  .corporativo__intro--text p {
    font-size: 19px;
  }

  .corporativo__intro--video {
    width: calc(100% - 390px);
  }

  .corporativo__values {
    font-size: 13px;
  }

  .corporativo__numbers {
    padding: 70px 0;
  }

  .corporativo__values--title span {
    height: 12px;
    width: 12px;
  }
}

@media(max-width: 1024px) { 
  .corporativo__intro,
  .corporativo__numbers,
  .corporativo__values {
    margin: 35px auto;
  }

  .corporativo__intro--text p {
    font-size: 18.5px;
  }

  .corporativo__numbers {
    font-size: 8px;
  }

  .corporativo__values {
    font-size: 12px;
  }

  .corporativo__value--description p:nth-of-type(1) {
    font-size: 16px;
  }

  .corporativo__numbers {
    padding: 60px 0;
  }

  .corporativo__values--title span {
    height: 11px;
    width: 11px;
  }

  .corporativo__intro--details {
    padding: 30px 0;
  }
}

@media(max-width: 920px) { 
  .corporativo__intro,
  .corporativo__numbers,
  .corporativo__values {
    margin: 30px auto;
  }

  .corporativo__intro {
    margin-top: 0;
    padding: 20px 0;
  }

  .corporativo__intro--text p {
    font-size: 18px;
  }

  .corporativo__intro::after {
    display: none;
  }

  .corporativo__intro--wrapper {
    flex-direction: column-reverse;
  }

  .corporativo__intro--details {
    width: 100%;
  }

  .corporativo__intro--video{
    width: 100%;
  }

  .corporativo__intro--video iframe {
    top: 0;
    height: 51vw;
  }

  .corporativo__numbers--wrapper {
    flex-direction: column;
  }

  .corporativo__numbers--item {
    width: 100% !important; 
  }

  .corporativo__numbers--item:nth-of-type(2) {
    margin: 40px auto;
  }

  .corporativo__numbers--item:nth-of-type(2)::after,
  .corporativo__numbers--item:nth-of-type(2)::before {
    content: '';
    width: 4em;
    height: 2px;
    background-color: #ea0a2a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .corporativo__numbers--item:nth-of-type(2)::after {
    top: -20px;
    bottom: auto;
  }

  .corporativo__numbers--item:nth-of-type(2)::before {
    top: auto;
    bottom: -20px;
  }

  .corporativo__numbers--item:nth-of-type(2) p {
    margin-top: 20px;
  }

  .corporativo__values {
    font-size: 11px;
  }

  .corporativo__value--title h4 {
    font-size: 18px;
  }

  .corporativo__value--title span {
    height: 25px;
  }

  .corporativo__numbers {
    padding: 50px 0;
  }

  .corporativo__values--title span {
    height: 10px;
    width: 10px;
  }
}

@media(max-width: 720px) {
  .corporativo__value {
    width: 100%;
  }

  .corporativo__numbers {
    padding: 40px 0;
  }
}

@media(max-width: 620px) {
  .corporativo__intro--details {
    padding: 20px 0;
  }

  .corporativo__intro,
  .corporativo__values {
    margin: 20px auto;
  }

  .corporativo__intro--text p {
    font-size: 17px;
  }

  .corporativo__values {
    font-size: 10px;
  }

  .corporativo__numbers {
    padding: 30px 0;
  }

  .corporativo__values--title span {
    height: 9px;
    width: 9px;
  }
}

@media(max-width: 480px) {
  .corporativo__intro--text p {
    font-size: 16px;
  }

  .corporativo__values {
    font-size: 9px;
  }

  .corporativo__numbers {
    padding: 20px 0;
  }
}
.financial__header,
.financial__header img,
.financial__creditInfo {
  width: 100%;
  display: block;
}

.financial__creditInfo--wrapper {
  width: 90%;
  max-width: 57.875em;
  margin: 0 auto;
  font-size: 16px;
}

.financial__creditInfo,
.financial__form,
.financial__features,
.financial__discover {
  margin: 60px auto;
}

.financial__discover {
  padding: 60px 0;
}

.financial__creditInfo--title, 
.financial__creditInfo--subtitle,
.financial__creditInfo--details {
  display: flex;
  justify-content: center;
  align-items: center;
}

.financial__creditInfo--details {
  justify-content: space-around;
}

.financial__creditInfo--title h2,
.financial__creditInfo--subtitle h3 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.financial__creditInfo--subtitle h3:nth-child(1) {
  text-align: center;
}

.financial__creditInfo--subtitle h3:nth-child(2) {
  text-align: center;
}

.financial__creditInfo--title h2,
.financial__creditInfo--subtitle h3 {
  font-family: 'HeeboLight';
  font-size: 3.125em;
  color: #212121;
  line-height: 1em;
}

.financial__creditInfo--subtitle h3 {
  width: 50%;
}

.financial__creditInfo--title h2 strong,
.financial__creditInfo--subtitle h3 strong {
  font-family: 'HeeboBlack';
}

.financial__creditInfo--subtitle h3 {
  font-size: 2.0625em;
  padding: 0.45em 0em;
  display: block;
  line-height: 1em;
}

.financial__creditInfo--subtitle h3 strong {
  font-size: 1em;
}

.financial__creditInfo--subtitle h3:nth-child(1) {
  border-right: 2px solid #ea0a2a;
}

.financial__creditInfo--subtitle {
  margin: 1.875em auto;
  width: 90%;
}

.financial__creditInfo--details img {
  display: block;
  width: 22em;
  padding: 0 2em;
}

.financial__creditInfo--details img:nth-child(1) {
  box-sizing: border-box;
}

.financial__creditInfo--details img:nth-child(2) {
  box-sizing: border-box;
}

.financial__form {
  background-color: #f5f5f5;
}

.financial__form--wrapper {
  width: 90%;
  max-width: 1345px;
  margin: 0 auto;
}

.financial__form--items,
.contact__form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.financial__form--general {
  padding: 2.5em 0 3.5em 0;
}

.financial__form--item,
.contact__form--item {
  width: calc(50% - 25px);
}

.contact__form--fullItem {
  width: 100% !important;
  display: block;
}

.financial__form--item label,
.financial__form--item input,
.financial__form--item textarea,
.financial__form--item select,
.contact__form--item label,
.contact__form--item input,
.contact__form--item textarea,
.contact__form--item select {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  resize: none;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px;
  background: #ffffff;
  color: #212121;
  outline: none;
  letter-spacing: 2px;
  border: none;
  border-radius: 0;
}

.financial__form--item--text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.financial__form--item--text p {
  margin: 0;
}

.financial__form--item--range {
  width: 96%;
  margin: 0 auto;
  margin-top: 50px;
}

.range[data-type=currency] .noUi-origin:nth-of-type(3) .noUi-tooltip {
  bottom: auto !important;
  top: 120% !important;
}

.properties__filter--range {
  margin-bottom: 25px !important;
  margin-top: 20px !important;
}

.noUi-connect {
  background-color: #212121 !important;
}

.noUi-horizontal {
  height: 12px !important;
}

.noUi-horizontal .noUi-handle {
  border-radius: 50% !important;
  height: 35px !important;
  width: 35px !important;
  top: -14px !important;
  outline: none !important;
  background-color: #ea0a2a !important;
  box-shadow: none !important;
  border: 3px solid #ffffff;
}

.financial__form--item label,
.contact__form--item label {
  background: transparent;
  margin-bottom: 15px;
}

.financial__form--item label span.financial__form--error,
.contact__form--item label span.financial__form--error {
  color: #ea0a2a;
  padding: 0 25px;
  display: block;
  font-family: 'HeeboRegular';
  margin-top: 10px;
  font-size: 14px;
  border: 2px solid transparent;
}

.generalError {
  font-size: 14px;
  font-family: 'HeeboBlack';
  color: #ea0a2a;
}

.contact__form--item label.normal-spacing {
  letter-spacing: 1px;
}

.contact__form--item select,
.financial__form--item select  {
  width: 100%;
  -webkit-appearance: none;
  position: relative;
  background: url(../images/br_down.webp) no-repeat right #ffffff;
  background-position-x: 97.5%;
  background-size: 15px;
}


.financial__form--item input,
.financial__form--item textarea,
.financial__form--item select,
.contact__form--item input,
.contact__form--item textarea,
.contact__form--item select {
  padding: 15px 25px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
}

.financial__form--item input.error,
.financial__form--item textarea.error,
.financial__form--item select.error,
.contact__form--item input.error,
.contact__form--item textarea.error,
.contact__form--item select.error {
  border: 2px solid #ea0a2a;
}

.financial__form--item textarea {
  height: 189px;
}

.financial__form--cta {
  text-align: right;
  margin-top: 1.25em;
}

.financial__form--cta p {
  margin: 0;
  padding: 0;
  font-family: 'HeeboRegular';
  font-size: 1.25em;
  margin-top: .85em;
}

.financial__form--cta p strong {
  font-family: 'HeeboExtraBold';
}

.financial__features,
.financial__feature--logo img,
.financial__feature--description {
  width: 100%;
  display: block;
}

.financial__features--wrapper {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
}

.financial__features--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
  font-size: 16px;
}

.financial__feature--title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.financial__feature--title h3 {
  margin: 0;
  padding: 0;
  font-family: 'HeeboExtraBold';
  font-size: 1.75em;
  color: #212121;
  line-height: .75em;
}

.financial__feature--logo {
  width: auto;
  height: auto;
  margin-right: 15px;
}

.financial__feature--logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.financial__feature--description {
  margin-top: 20px;
}

.financial__feature--description p {
  font-family: 'HeeboRegular';
  font-size: 1.125em;
  color: #212121;
  margin: 0;
}

.financial__discover {
  width: 100%;
  display: block;
}

.financial__discover__wrapper {
  width: auto;
  max-width: 80%;
  margin: 0 auto;
}

.financial__discover__content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.financial__discover__title img {
  width: 100%;
  display: block;
}

.financial__discover__title {
  width: 18.125em;
  border-right: 2px solid red;
  padding-right: 60px;
  font-size: 16px;
  position: relative;
}

.financial__discover__title--big {
  width: 24em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.financial__discover__title::after {
  content: '';
  width: 6px;
  height: 50%;
  background-color: #ea0a2a;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}

.financial__discover__knowMore {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
  align-items: center;
  align-content: center;
}

.financial__discover__knowMore button {
  margin-top: 15px;
}

.financial__discover__knowMore img {
  width: 190px;
  height: auto;
}

.properties__list {
  width: 100%;
  padding-bottom: 40px;
}

.responsiveInput {
  display: none !important;
}

@media(max-width: 1620px) { 
  .financial__creditInfo,
  .financial__form,
  .financial__features,
  .financial__discover {
    margin: 50px auto;
  }

  .financial__discover {
    padding: 50px 0;
  }

  .financial__creditInfo--wrapper {
    font-size: 15px;
  }

  .financial__features--list {
    font-size: 15px;
  }

  .financial__discover__title {
    font-size: 15px;
  }

  .financial__discover__knowMore {
    padding-left: 55px;
  } 

  .financial__discover__title {
    padding-right: 55px;
  }
}

@media(max-width: 1224px) { 
  .financial__creditInfo,
  .financial__form,
  .financial__features,
  .financial__discover {
    margin: 40px auto;
  }

  .financial__discover {
    padding: 40px 0;
  }

  .financial__creditInfo--wrapper {
    font-size: 14px;
  }

  .financial__features--list {
    font-size: 14px;
  }

  .financial__discover__title {
    font-size: 14px;
  }

  .financial__discover__knowMore {
    padding-left: 50px;
  }

  .financial__discover__title {
    padding-right: 50px;
  }

  .financial__form--item,
  .contact__form--item {
    width: calc(50% - 15px);
  }
  
  .financial__form--item input,
  .financial__form--item textarea {
    padding: 12.5px 20px;
    box-sizing: border-box;
  }

  .financial__form--item textarea {
    height: 174px;
  }

  .financial__form--general {
    padding: 30px 0;
  }

  .financial__form--cta,
  .financial__form--cta p {
    margin-top: 15px;
    font-size: 16px;
  }

  .financial__feature--logo {
    width: 50px;
  }

  .financial__feature--description p {
    font-size: 16px;
  }

  .financial__form--item label span.financial__form--error,
  .contact__form--item label span.financial__form--error {
    padding: 0 20px;
  }
}

@media(max-width: 1140px) {
  .noUi-horizontal .noUi-tooltip {
    font-size: 12px !important;
  }
}

@media(max-width: 1024px) {
  .financial__creditInfo,
  .financial__form,
  .financial__features,
  .financial__discover {
    margin: 35px auto;
  }

  .financial__discover {
    padding: 35px 0;
  }

  .financial__creditInfo--wrapper {
    font-size: 13px;
  }

  .financial__features--list {
    font-size: 13px;
  }

  .financial__discover__title {
    font-size: 13px;
  }

  .financial__discover__knowMore {
    padding-left: 45px;
  }

  .financial__discover__title {
    padding-right: 45px;
  }

  .financial__feature--logo {
    width: 40px;
  }
}

@media(max-width: 920px) {
  .financial__creditInfo,
  .financial__form,
  .financial__features,
  .financial__discover {
    margin: 30px auto;
  }

  .financial__discover {
    padding: 30px 0;
  }

  .financial__creditInfo--wrapper {
    font-size: 12px;
  }

  .financial__form--item label,
  .financial__form--item input,
  .financial__form--item textarea,
  .financial__form--item select,
  .contact__form--item label,
  .contact__form--item input,
  .contact__form--item textarea,
  .contact__form--item select {
    font-size: 16px;
  }

  .financial__form--item input,
  .financial__form--item textarea,
  .financial__form--item select,
  .contact__form--item input,
  .contact__form--item textarea,
  .contact__form--item select {
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .financial__form--item textarea {
    height: 156px;
  }

  .financial__features--list {
    font-size: 12px;
  }

  .financial__discover__title {
    font-size: 12px;
  }

  .financial__discover__knowMore {
    padding-left: 40px;
  }

  .financial__discover__title {
    padding-right: 40px;
  }

  .financial__feature--description {
    margin-top: 15px;
  }

  .financial__creditInfo--subtitle h3 {
    padding: 0.45em 0em;
  }

  .financial__form--item label span.financial__form--error,
  .contact__form--item label span.financial__form--error  {
    padding: 0 15px;
  }

  .properties__list {
    padding-bottom: 20px;
  }
}

@media(max-width: 740px) {
  .financial__creditInfo,
  .financial__form,
  .financial__features {
    font-size: 10px;
  }

  .financial__creditInfo--subtitle,
  .financial__creditInfo--subtitle h3 {
    text-align: center !important;
  }
  
  .financial__features--list {
    font-size: 11px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }

  .financial__discover__title {
    font-size: 11px;
  }

  .financial__feature--logo {
    width: 35px;
  }

  .financial__discover__knowMore {
    padding-left: 35px;
  }

  .financial__discover__title {
    padding-right: 35px;
  }

  .financial__discover__content--big {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .financial__discover__title--big {
    padding: 0 40px 20px 40px;
    border-right: 0;
    border-bottom: 2px solid #ea0a2a;
  }

  .financial__discover__knowMore--big {
    padding-left: 0;
    padding-top: 20px;
  }

  .financial__discover__title--big::after {
    content: '';
    width: 50%;
    height: 6px;
    background-color: #ea0a2a;
    position: absolute;
    top: auto;
    bottom: -5px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media(max-width: 620px) {
  .responsiveInput {
    display: block !important;
  }

  .notResponsiveInput {
    display: none !important;
  }

  .financial__creditInfo,
  .financial__form,
  .financial__features,
  .financial__discover {
    margin: 20px auto;
  }

  .financial__discover {
    padding: 20px 0;
  }
  
  .financial__creditInfo--wrapper {
    font-size: 8px;
  }

  .financial__form--items,
  .contact__form form {
    flex-direction: column;
  }

  .financial__form--item,
  .contact__form--item {
    width: 100%;
  }

  .financial__form--cta,
  .financial__form--cta p {
    font-size: 15px;
  }

  .financial__features--list {
    font-size: 10px;
  }

  .financial__discover__title {
    font-size: 10px;
  }

  .financial__feature--title h3 {
    font-size: 17px;
  }

  .financial__feature--description {
    margin-top: 10px;
  }

  .financial__discover__knowMore {
    padding-left: 30px;
  }

  .financial__discover__title {
    padding-right: 30px;
  }

  .contact__phone {
    justify-content: center;
  }

  .financial__feature--logo {
    margin-right: 10px;
  }
  
  .financial__form--item--range {
    width: 75% !important;
  }

  .financial__form--item label,
  .financial__form--item input,
  .financial__form--item textarea,
  .financial__form--item select,
  .contact__form--item label,
  .contact__form--item input,
  .contact__form--item textarea,
  .contact__form--item select {
    line-height: 21px;
    border: none;
    border-radius: 0;
  }
}

@media(max-width: 479px) {
  .financial__creditInfo--wrapper {
    max-width: 90%;
  }

  .financial__creditInfo--wrapper {
    font-size: 6px;
  }

  .financial__creditInfo--subtitle h3,
  .financial__creditInfo--subtitle h3 strong {
    font-size: 16px;
  }

  .financial__creditInfo--subtitle h3 {
    padding: 0.1em 0;
  }

  .financial__creditInfo--details {
    justify-content: center;
  }

  .financial__form--cta,
  .financial__form--cta p {
    font-size: 14px;
  }

  .financial__features--list {
    font-size: 9px;
  }

  .financial__discover__title {
    font-size: 9px;
  }

  .financial__discover__knowMore {
    padding-left: 25px;
  }
  
  .financial__discover__title {
    padding-right: 25px;
  }

  .financial__feature--title h3 {
    font-size: 16px;
  }

  .financial__feature--logo {
    width: 30px;
  }

  .financial__discover__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .financial__discover__title {
    padding: 0 40px 20px 40px;
    border-right: 0;
    border-bottom: 2px solid #ea0a2a;
  }

  .financial__discover__title::after {
    content: '';
    width: 50%;
    height: 6px;
    background-color: #ea0a2a;
    position: absolute;
    top: auto;
    bottom: -5px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .financial__discover__knowMore {
    padding-left: 0;
    padding-top: 20px;
  }
}
footer {
  display: block;
  width: 100%;
  background-color: #000000;
  position: relative;
}

.footer__wrapper {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}

.logo__footer {
  width: 220px;
  max-width: 90%;
  position: relative;
  margin-left: 5%;
}

.logo__footer img {
  width: 100%;
  display: block;
}

.site-map__nav {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 60px 0;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; */

  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 20px;
}

.site-map__nav ul {
}

.site-map__nav ul li,
.site-map__nav ul span {
  width: 80%;
  margin: 0 auto;
}


.site-map__nav ul li a:hover {
  text-decoration: underline;
}


.site-map__nav ul span {
  font-family: 'HeeboBlack';
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
}

.site-map__nav ul li {
  font-family: 'HeeboRegular';
  font-size: 16px;
  margin-bottom: 2px;
  letter-spacing: 2px;
}

.site-map__nav ul:nth-child(4) li {
  letter-spacing: 1px;
}

.site-map__nav ul span,
.site-map__nav ul li,
.site-map__nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

.site-map__nav ul span:after {
  content: '';
  position: absolute;
  width: 12.5px;
  height: 12.5px;
  background-color: #efdf00;
  top: calc(50% - .5px);
  transform: translateY(-50%);
  left: -17.5px;
}

.terms__wrapper {
  width: 80%;
  padding: 40px 0;
  border-top: 1.5px solid #efdf00;
  margin: 0 auto;
}

.terms__urls {
  font-size: 16px;
  margin-top: 10px;
}

.terms__urls,
.social__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.terms__urls a:hover {
  text-decoration: underline;
}

.social__wrapper span {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #FFF;
  font-size: 20px;
  border-radius: 50%;
  margin: 0 10px;
}

.social__wrapper a {
  text-decoration: none;
}

.terms__urls a {
  width: 50%;
  font-family: 'PoppinsRegular';
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}

.terms__urls a:nth-child(1) {
  text-align: center;
}

.site-map__nav .logo__footer {
  grid-column: 1 / 2;
}

.site-map__nav ul:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.site-map__nav ul:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.site-map__nav ul:nth-child(4) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.site-map__nav ul:nth-child(5) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.site-map__nav ul:nth-child(6) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.site-map__nav ul:nth-child(7) {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}

.addreess__footer br {
  display: none;
}

.valores__decorator {
  position: absolute;
  top: 112px;
  right: 0;
  display: flex;
  z-index: 3;
}

.valores__btn {
  background-color: #efdf00 !important;
  padding: 7.5px 20px 5px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: .5s;
}

.valores__btn:hover {
  cursor: pointer;
  background-color: #ea0a2a;
}

.valores__btn:hover h3 > span {
  background-color: #ffffff;
  transition: .5s;
}

.valores__btn h3 > span {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  display: inline-block;
}

.valores__btn h3 {
  margin: 0;
  color: #000000;
  text-transform: uppercase;
  font-family: 'HeeboBlack';
  font-size: 24px;
}

.valores__decorator > span {
  display: block;
  width: 35px;
  background-color: #efdf00;
  margin-left: 2px;
}

@media(max-width: 1650px) {
  .valores__btn h3 {
    font-size: 22px;
  }
}

@media(max-width: 1650px) {
  .addreess__footer br {
    display: block;
  }
}

@media(max-width: 1420px) {
  .site-map__nav {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 40px 0 40px 0;
  }

  .site-map__nav .logo__footer {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
  }

  .logo__footer {
    max-width: 220px;
    margin: 0 auto;
    top: 0;
    margin-bottom: 20px;
  }
  
  .site-map__nav ul:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  
  .site-map__nav ul:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  
  .site-map__nav ul:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }
  
  .site-map__nav ul:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  
  .site-map__nav ul:nth-child(6) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
  
  .site-map__nav ul:nth-child(7) {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
  } 

  .logo__footer {
    width: 190px;
  }

  .valores__decorator {
    top: 20px;
  }

  .valores__btn h3 {
    font-size: 20px;
  }
}

@media(max-width: 1360px) {
  .site-map__nav ul span {
    font-size: 15px;
  }
  
  .site-map__nav ul li {
    font-size: 15px;
  }

  .site-map__nav {
    padding: 35px 0 35px 0;
  }
}

@media(max-width: 1280px) {
  .site-map__nav {
    width: 90%;
  }
}

@media(max-width: 1130px) {
  .site-map__nav ul span {
    font-size: 14px;
  }
  
  .site-map__nav ul li {
    font-size: 14px;
  }

  .site-map__nav {
    padding: 30px 0 30px 0;
  }
}

@media(max-width: 1080px) {
  .site-map__nav {
    width: 100%;
  }

  .site-map__nav ul li, .site-map__nav ul span {
    width: 85%;
  }

  .terms__wrapper {
    padding: 20px 0;
  }

  .social__wrapper span {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .terms__urls {
    flex-direction: column;
    font-size: 14px;
  }

  .terms__urls a {
    text-align: center !important;
    margin: 5px 0;
    width: 100%;
  }
}

@media(max-width: 920px) {
  .site-map__nav {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .site-map__nav {
    width: 80%;
  }

  .site-map__nav {
    grid-template-columns: 1fr 1fr;
  }

  .site-map__nav .logo__footer {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  
  .site-map__nav ul:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  
  .site-map__nav ul:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  
  .site-map__nav ul:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  
  .site-map__nav ul:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
  
  .site-map__nav ul:nth-child(6) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }
  
  .site-map__nav ul:nth-child(7) {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  } 

  .logo__footer {
    width: 160px;
  }

  .terms__wrapper {
    width: 90%;
  }

  .valores__btn h3 {
    font-size: 18px;
  }

  .valores__decorator > span {
    width: 30px;
  }

  .valores__btn h3 > span {
    width: 5px;
    height: 5px;
  }
}

@media(max-width: 820px) {
  .site-map__nav {
    width: 85%;
  }

  .site-map__nav ul span {
    font-size: 12px;
  }
  
  .site-map__nav ul li {
    font-size: 12px;
  }

  .terms__wrapper {
    width: 100%;
  }
}

@media(max-width: 620px) {
  .site-map__nav {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .site-map__nav {
    width: 100%;
  }

  .terms__urls {
    font-size: 12px;
  } 

  .site-map__nav {
    grid-template-columns: repeat(1, 1fr);
    display: block;
  }
  
  .site-map__nav {
    width: 100%;
    max-width: 300px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .site-map__nav ul {
    overflow: hidden;
    max-height: 15px;
    height: auto;
    transition: .5s;
    margin: 20px 0;
  }

  .site-map__nav ul:nth-child(2) {
    margin-top: 30px;
  }

  .site-map__nav ul.active {
    max-height: 1000px;
  }

  .site-map__nav ul span {
    cursor: pointer;
    letter-spacing: 4px;
  }

  .site-map__nav ul li {
    padding-left: 24px;
    margin: 10px 0;
  }

  .site-map__nav ul span:after {
    content: '+';
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    padding-left: 1px;
    transition: .5s;
    letter-spacing: 2px;
    left: -23.5px;
  }

  .site-map__nav ul.active span:after {
    content: '-';
  }

  .valores__btn h3 {
    font-size: 16px;
  }

  .valores__decorator {
    display: flex;
    justify-content: flex-end;
  }

  .valores__decorator > span {
    width: 30px;
  }

  .valores__decorator {
    top: 20px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
  }
}

@media(max-width: 382px) {
  .site-map__nav ul {
    max-height: 23px;
  }

  .valores__decorator {
    width: 144px;
  }

  .valores__btn h3 {
    font-size: 14px;
  }
}
.fundacion__header {
  width: 100%;
  display: block;
  position: relative;
}

.fundacion__grid-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 18vw 18vw 18vw 18vw 1fr;
  grid-auto-rows: 8.138vw;
  grid-gap: 10px;
}

.fundacion__grid-item {
  position: relative;
  overflow: hidden;
}

.fundacion__grid-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.fundacion__grid-item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.fundacion__grid-item:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 4 / 6;
}

.fundacion__grid-item:nth-child(4) {
  grid-column: 4 / 5;
  grid-row: 4 / 6;
}

.fundacion__grid-item:nth-child(5) {
  grid-column: 3 / 5;
  grid-row: 1 / 4;
}

.fundacion__grid-item:nth-child(6) {
  grid-column: 1 / 3;
  grid-row: 3 / 6;
}

.fundacion__grid-item:nth-child(7) {
  grid-column: 5 / 7;
  grid-row: 1 / 6;
}

.fundacion__grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fundacion__pasion,
.fundacion__details,
.fundacion__know-more,
.fundacion__video {
  margin: 60px 0;
}

.fundacion__know-more {
  width: 100%;
}

.fundacion__know-more--details {
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
}

.fundacion__know-more--title {
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.fundacion__know-more--title h5 {
  font-family: 'HeeboExtraBold';
  font-size: 40px;
  margin: 0;
}

.fundacion__know-more--title::after,
.search-page--title::after,
.services-benefits__title::after { 
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 1.5px;
  background-color: #212121;
}

.fundacion__know-more--title::before,
.search-page--title::before,
.services-benefits__title::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 8px;
  background-color: #212121;
}

.services-benefits__title::after,
.services-benefits__title::before {
  background-color: #e91c2d;
} 

.fundacion__know-more--sites {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fundacion__know-more--sites a:nth-child(1),
.fundacion__know-more--sites a:nth-child(3) {
  width: 30%;
}

.fundacion__know-more--sites a:nth-child(2) {
  width: 24%;
  margin: 0 4%;
}

.fundacion__know-more--sites img {
  width: 100%;
  display: block;
}

.fundacion__details {
  width: 100%;
  display: block;
}

.fundacion__details--wrapper {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.fundacion__details--photo {
  width: 40%;
  position: relative;
  align-self: flex-start;
}

.fundacion__details--photoName {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background-color: rgba(208, 204, 206, 0.7); 
}

.fundacion__grid-item .fundacion__details--photoName {
  transform: translateY(100%);
  transition: .5s;
}

.fundacion__grid-item:hover .fundacion__details--photoName {
  transform: translateY(0%);
}

.fundacion__details--photoName p {
  padding: 0;
  margin: 0;
  color: #212121;
  font-family: 'HeeboRegular';
  font-size: 16px;
  padding: 15px 15px 15px 20px;
  position: relative;
}

.fundacion__details--photoName .decorator {
  display: block;
  width: 30px;
  background-color: #212121;
}

.fundacion__details--description {
  width: 55%;
  position: relative;
}

.fundacion__details--description h3,
.fundacion__details--description p,
.search-page--title h3,
.services-benefits__title h3 {
  padding: 0;
  margin: 0;
  color: #212121;
}

.fundacion__details--description h3,
.search-page--title h3,
.services-benefits__title h3 {
  font-family: 'HeeboExtraBold';
  font-size: 40px;
  margin-bottom: 20px;
}

.services-benefits__title h3 {
  font-family: 'HeeboRegular';
}

.services-benefits__title h3 strong {
  font-family: 'HeeboExtraBold';
}

.fundacion__details--description h3 span {
  font-family: 'HeeboRegular';
  font-size: .65em;
  position: relative;
  top: -.5em;
  left: .1em;
}

.fundacion__details--description p {
  font-family: 'HeeboLight';
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.25em;
  /* text-align: justify;
  hyphens: auto; */
}

.fundacion__details--photo img {
  width: 100%;
  display: block;
}

.fundacion__details--logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.fundacion__details--logos img {
  margin: 0 20px;
  width: 17%;
  display: block;
}

.fundacion__details--description:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #212121;
}

.fundacion__details--description:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: 8px;
  background-color: #212121;
}

.fundacion__details--photoDescription {
  display: none;
}

.fundacion__video {
  width: 100%;
  display: block;
}

.fundacion__video--wrapper {
  margin: 0 auto;
  max-width: 1220px;
  width: 90%;
}

.fundacion__video--wrapper iframe {
  width: 100%;
  height: 686px;
}

.fundacion__header .slider-controls {
  display: none;
}

.fundacion__slider--wrapper,
.fundacion__slider--wrapper .fundacion__slider {
  width: 100%;
  display: block;
  position: relative;
}

.fundacion__slider--wrapper {
  display: none;
}

.fundacion__slider--wrapper .bx-wrapper {
  margin-bottom: 0 !important;
}

.search-page--title,
.services-benefits__title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2.5px;
}

.search-page--title h3,
.services-benefits__title h3 {
  margin-bottom: 10px !important;
}

.search-page--form,
.search__list {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}

.search-page--form--wrapper {
  background-color: #f5f5f5;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 40px;
}

.search-page--form .contact__form--item {
  width: 100%;
}

.search-page--form .contact__form--item label {
  margin-bottom: 0;
  display: flex;
}

.search-page--form .contact__form--item label button {
  margin-left: 10px;
}

.search-page--form p {
  margin: 0;
  padding: 0;
  color: #212121;
  font-family: 'HeeboRegular';
  font-size: 1.25em;
  margin-top: 20px;
  text-align: center;
}

.search-page--form p strong {
  font-family: 'HeeboBlack';
}

.search__list {
  margin: 60px auto;
}

.search__item h3,
.search__item p {
  margin: 0;
}

.search__item {
  margin: 40px auto;
  position: relative;
}

.search__item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}

.search__item h3 {
  font-family: 'HeeboExtraBold';
  font-size: 22px;
}

.search__item p {
  font-family: 'HeeboRegular';
  font-size: 16px;
  margin: 10px 0;
}


@media(max-width: 1620px) {
  .fundacion__pasion,
  .fundacion__details,
  .fundacion__know-more,
  .fundacion__video {
    margin: 50px 0;
  }  

  .search__list {
    margin: 50px auto;
  }

  .fundacion__know-more--title h5,
  .fundacion__details--description h3,
  .search-page--title h3,
  .services-benefits__title h3 {
    font-size: 36px;
  }

  .fundacion__details--description p {
    font-size: 17.5px;
    line-height: 1.2em;
  }

  .fundacion__know-more--title::after,
  .search-page--title::after,
  .services-benefits__title::after {
    width: 224px;
  }

  .fundacion__know-more--title::before,
  .search-page--title::before,
  .services-benefits__title::before {
    width: 55px;
  }
}

@media(max-width: 1355px) {
  .fundacion__video--wrapper iframe {
    width: 100%;
    height: 50.6vw;
  }
}

@media(max-width: 1320px) {
  .fundacion__know-more--title h5,
  .fundacion__details--description h3,
  .search-page--title h3,
  .services-benefits__title h3 {
    font-size: 34px;
  }

  .fundacion__details--description p {
    font-size: 17px;
    line-height: 1.1em;
  }

  .fundacion__know-more--title::after,
  .search-page--title::after,
  .services-benefits__title::after {
    width: 205px;
  }

  .fundacion__know-more--title::before,
  .search-page--title::before,
  .services-benefits__title::before {
    width: 50px;
  }
}

@media(max-width: 1224px) {
  .fundacion__pasion,
  .fundacion__details,
  .fundacion__know-more,
  .fundacion__video {
    margin: 40px 0;
  }  

  .search__list {
    margin: 40px auto;
  }

  .fundacion__know-more--title h5,
  .fundacion__details--description h3,
  .search-page--title h3,
  .services-benefits__title h3 {
    font-size: 32px;
  }

  .fundacion__details--description p {
    font-size: 16.5px;
  }

  .fundacion__grid-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 18vw;
  }

  .fundacion__grid-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .fundacion__grid-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .fundacion__grid-item:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .fundacion__grid-item:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .fundacion__grid-item:nth-child(6) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .fundacion__grid-item:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .fundacion__grid-item:nth-child(7) {
    grid-column: 3 / 4;
    grid-row: 1 / 4;
  }

  .search__item h3 {
    font-size: 20px;
  }
}

@media(max-width: 1024px) {
  .fundacion__pasion,
  .fundacion__details,
  .fundacion__know-more,
  .fundacion__video {
    margin: 35px 0;
  }  

  .search__list {
    margin: 35px auto;
  }
}

@media(max-width: 920px) {
  .fundacion__pasion,
  .fundacion__details,
  .fundacion__know-more,
  .fundacion__video {
    margin: 30px 0;
  }  

  .search__list {
    margin: 30px auto;
  }

  .fundacion__grid-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 10.5vw;
    grid-gap: 10px;
  }

  .fundacion__grid-item:nth-child(7) {
    display: none;
  }

  .fundacion__know-more--title h5,
  .fundacion__details--description h3,
  .search-page--title h3, 
  .services-benefits__title h3 {
    font-size: 30px;
  }

  .fundacion__details--description p {
    font-size: 16px;
  }

  .fundacion__details--logos {
    justify-content: center;
  }

  .fundacion__grid-gallery {
    display: none;
  }

  .fundacion__slider--wrapper {
    display: block;
  }
  
  .fundacion__slider--wrapper:hover .fundacion__details--photoName {
    transform: translateY(0%);
  }

  .search-page--form--wrapper {
    padding: 20px;
    margin-top: 20px;
  }

  .search__item {
    margin: 30px auto;
  }

  .search__item::after {
    bottom: -15px;
  }
  

  .search__item h3 {
    font-size: 18px;
  }

  .search-page--form p {
    font-size: 16px;
  }
}


@media(max-width: 820px) {
  .fundacion__details--photo {
    display: none;
  }
  
  .fundacion__details--description,
  .fundacion__details--photoDescription img {
    width: 100%;
    display: block;
  }

  .fundacion__details--photoDescription {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
  }

  .fundacion__details--wrapper {
  }

  .fundacion__details--photoName p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
  }

  .fundacion__details--photoName .decorator {
    width: 25px;
  }
}

@media(max-width: 720px) {
  .fundacion__grid-gallery {
    grid-gap: 5;
  }

  .fundacion__know-more--title h5,
  .fundacion__details--description h3,
  .search-page--title h3,
  .services-benefits__title h3 {
    font-size: 28px;
  }
}

@media(max-width: 620px) {
  .fundacion__pasion,
  .fundacion__details,
  .fundacion__know-more,
  .fundacion__video {
    margin: 20px 0;
  } 

  .search__list {
    margin: 20px auto;
  }

  .fundacion__details {
    margin-top: 30px;
  }
  
  .fundacion__grid-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 22.5vw;
    grid-gap: 5px;
  }

  .fundacion__grid-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
  }
  
  .fundacion__grid-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 3 / 5;
  }
  
  .fundacion__grid-item:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 5 / 7;
  }
  
  .fundacion__grid-item:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 5 / 7;
  }
  
  .fundacion__grid-item:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
  
  .fundacion__grid-item:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 7 / 9;
  }

  .fundacion__know-more--title h5,
  .fundacion__details--description h3,
  .search-page--title h3,
  .services-benefits__title h3 {
    font-size: 24px;
  }

  .fundacion__know-more--sites a:nth-child(2) {
    margin: 0 2%;
  }

  .fundacion__know-more--title::after,
  .search-page--title::after,
  .services-benefits__title::after {
    width: 190px;
  }

  .fundacion__know-more--title::before,
  .search-page--title::before,
  .services-benefits__title::before {
    width: 45px;
  }

  .fundacion__details--photoDescription {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .fundacion__details--logos img {
    width: 20%;
    margin: 0 2.5%;
  }

  .search-page--form .contact__form--item label {
    flex-direction: column;
    align-items: center;
  }

  .search-page--form .contact__form--item label button {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media(max-width: 420px) {
  .fundacion__details--logos {
    flex-wrap: wrap;
  }
  .fundacion__details--logos img {
    width: 30%;
    margin: 5%;
  }

  .fundacion__details--logos {
    margin-top: 20px;
  }
}

@media (hover: none) and (pointer: coarse) { 
  .fundacion__grid-item .fundacion__details--photoName {
    transform: translateY(0%);
  }
}
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

@font-face {
  font-family: 'HeeboRegular';
  src: url('../fonts/Heebo-Regular.woff2') format('woff2'),
       url('../fonts/Heebo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HeeboLight';
  src: url('../fonts/Heebo-Light.woff2') format('woff2'),
       url('../fonts/Heebo-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HeeboExtraBold';
  src: url('../fonts/Heebo-ExtraBold.woff2') format('woff2'),
       url('../fonts/Heebo-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'HeeboThin';
  src: url('../fonts/Heebo-Thin.woff2') format('woff2'),
       url('../fonts/Heebo-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'HeeboMedium';
  src: url('../fonts/Heebo-Medium.woff2') format('woff2'),
       url('../fonts/Heebo-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HeeboBold';
  src: url('../fonts/Heebo-Bold.woff2') format('woff2'),
       url('../fonts/Heebo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HeeboBlack';
  src: url('../fonts/Heebo-Black.woff2') format('woff2'),
       url('../fonts/Heebo-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/* *** */
@font-face {
  font-family: 'ManropeExtraLight';
  src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
       url('../fonts/Manrope-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'ManropeLight';
  src: url('../fonts/Manrope-Light.woff2') format('woff2'),
       url('../fonts/Manrope-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ManropeExtraBold';
  src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
       url('../fonts/Manrope-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'ManropeMedium';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
       url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ManropeBold';
  src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
       url('../fonts/Manrope-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ManropeSemiBold';
  src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
       url('../fonts/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ManropeRegular';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
       url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PoppinsThinItalic';
  src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'), url('Poppins-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsBlackItalic';
  src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'), url('Poppins-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsSemiBold';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsThin';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsExtraBoldItalic';
  src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'), url('Poppins-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsLightItalic';
  src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'), url('Poppins-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsExtraLightItalic';
  src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'), url('Poppins-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsBold';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsBoldItalic';
  src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('Poppins-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsBlack';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsSemiBoldItalic';
  src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'), url('Poppins-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsExtraBold';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('Poppins-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsMediumItalic';
  src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'), url('Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsLight';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsRegular';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsItalic';
  src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('Poppins-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsExtraLight';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsMedium';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.preload {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 20;
  opacity: 1;
  transition: .5s;
}

/* html {
  scroll-behavior: smooth;
} */

.wrapper {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

ul, li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

.section__wrapper {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 6em 0;
}

.section__subtitle {
  display: block;
  text-align: center;
  margin-bottom: 2em;
}

.section__subtitle h3 {
  font-family: 'HeeboLight';
  font-size: 48px;
  color: #212121;
  margin: 0;
  padding: 0;
}

.section__subtitle h3 span {
  font-family: 'HeeboBlack';
}

.contact__nav--container {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contact__nav {
  
  
}

.contact__nav--wrapper {
  position: relative;
}

.contact__nav--button {
  z-index: 3;
  position: relative;
}

.contact__nav--button,
.contact__nav--social,
.contact__nav--social:hover {
  background-color: #efdf00;
  color: #ffffff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: .5s;

  -webkit-box-shadow: 0px 0px 11px -4px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 11px -4px rgba(128,128,128,1);
  box-shadow: 0px 0px 11px -4px rgba(128,128,128,1);
}

.contact__nav--button a,
.contact__nav--social a,
.contact__nav--social:hover a {
  color: #ffffff;
}

.contact__nav--social i {
  margin-top: 1px !important;
}

.contact__nav--social,
.contact__nav--social:hover {
  font-size: 12px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% - 14.5px);
  left: calc(50% - 14.5px);
}

.contact__nav--social {
  transform: translate(0px, 0px);
}

.contact__nav--wrapper.active .contact__nav--social.youtube {
  font-size: 14px;
  transform: translate(-32px, -48px);
  background-color: #b6292c;
}


.contact__nav--wrapper.active .contact__nav--social.phone {
  transform: translate(-30px, 46px);
  background-color: #da8a32;
}

.contact__nav--wrapper.active .contact__nav--social.linkedin-in {
  font-size: 14px;
  transform: translate(-54px, 17px);
  background-color: #457abd;
}

.contact__nav--wrapper.active .contact__nav--social.whatsapp {
  font-size: 18px;
  transform: translate(-54px, -19px);
  background-color: #4caf50;
}

.contact__nav--button:hover,
.contact__nav--wrapper.active .contact__nav--button,
.contact__nav--social {
  background-color: #c3c3c3;
}

.contact__nav--button::after {
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%);
  left: 50%;
  font-size: 14px;
  color: #212121;
  font-family: 'HeeboBlack';
  opacity: 1;
  transition: .5s;
  text-shadow: 0px 1px 8px rgba(255, 255, 255, 1);
}

.contact__nav--button.es::after {
  content: 'Contacto' !important;
}

.contact__nav--button.en::after {
  content: 'Contact' !important;
}

.contact__nav--wrapper.active .contact__nav--button::after  {
  opacity: 0;
}

.valores__modal,
.search__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21,21,21,0.75);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  transition: .5s opacity;
}

.valores__modal.active,
.search__modal.active {
  z-index: 10;
  opacity: 1;
}

.search__wrapper {
  max-width: 620px;
  width: 90%;
  position: relative;
}

.search__input {
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
}

.search__error {
  color: #ea0a2a;
  font-family: 'HeeboBlack';
  font-size: 16px;
  padding-left: 15px;
  padding-top: 5px;
}

.search__input label,
.search__input label input {
  width: 100%;
  display: block;
  outline: none;
}

.search__input label input {
  padding: 5px 25px 5px 25px;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.search__input button {
  border-radius: 20px;
  background-color: #ea0a2a;
  border: none;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 30px;
  outline: none;
  border: 1px solid #ea0a2a;
  transition: .5s;
}

.search__input button:hover {
  background-color: #ffffff;
  color: #ea0a2a;
  cursor: pointer;
}

.valores__content {
  background-color: #ffffff;
  max-height: 90vh;
  max-width: 920px;
  width: 90%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  transition: .5s;
  transform: scale(0);
}

.valores__content.active {
  transform: scale(1);
}

.valores__list-description {
  overflow: auto;
  height: 100%;
  max-height: 90vh;
  padding: 0 40px;
  position: relative;
}

.valores__close,
.search__close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 24px;
  color: #ffffff;
  background-color: #212121;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  border: 2px solid #212121;
  z-index: 1;
}

.valores__logo {
  position: absolute;
  top: 20px;
  left: 35px;
  width: 70px;
}

.valores__logo img {
  width: 100%;
  display: block;
}

.search__close {
  top: 55%;
  transform: translate(175%, -50%);
}

.valores__close:hover,
.search__close {
  cursor: pointer;
  color: #212121;
  background-color: #ffffff;
}

.search__close {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff !important;
}

.search__close:hover {
  color: #ffffff;
  background-color: #212121;
}

.valores__content .corporativo__value {
  width: 100%;
}

.valores__content .corporativo__values--title {
  text-align: center;
  padding-bottom: 40px;
}

/* .valores__options .valores__close {
  position: relative !important;
  left: 97.5%;
  right: auto;
  top: 0;
}

.valores__options {
  position: fixed;
  max-width: 920px;
  width: 90%;
  z-index: 2;
  top: 9vh;
  text-align: right;
} */

.search-page__wrapper,
.privacy__wrapper {
  max-width: 1420px;
  width: 90%;
  margin: 60px auto;
}

.privacy__details {
  font-size: 16px;
  color: #212121;
  font-family: 'HeeboRegular';
}

.privacy__details ul,
.privacy__details ol,
.privacy__details ul li,
.privacy__details p {
  margin: 10px 0;
}

.privacy__details h3 {
  font-size: 22px;
  color: #212121;
  font-family: 'HeeboBlack';
  text-align: center;
  width: 100%;
}

.privacy__details strong {
  font-family: 'HeeboBlack';
}

.privacy__details ul li {
  margin-left: 20px;
  list-style: circle;
}

@media(max-width: 1620px) {
  .section__subtitle h3 {
    font-size: 40px;
  }

  .search-page__wrapper,
  .privacy__wrapper {
    margin: 50px auto;
  }
}

@media(max-width: 1520px) {
  .contact__nav--container {
    transform: scale(.8);
  }

  /* .contact__nav--button,
  .contact__nav--social,
  .contact__nav--social:hover {
    font-size: 22px;
    width: 40px;
    height: 40px;
  }

  .contact__nav--social,
  .contact__nav--social:hover {
    font-size: 12px;
    width: 25px;
    height: 25px;
  } */
}

@media(max-width: 1320px) {
  .section__subtitle h3 {
    font-size: 37px;
  }

  .search-page__wrapper,
  .privacy__wrapper {
    margin: 40px auto;
  }
}

@media(max-width: 1220px) {
  .section__subtitle h3 {
    font-size: 34px;
  }

  .section__wrapper {
    padding: 4em 0;
  }

  .search-page__wrapper,
  .privacy__wrapper {
    margin: 35px auto;
  }
}

@media(max-width: 1024px) {
  .section__subtitle h3 {
    font-size: 31px;
  }

  .valores__close,
  .search__close {
    font-size: 20px;
    height: 30px;
    width: 30px;
  }

  .search__close {
    top: 0%;
    right: 0;
    transform: translate(0%, -125%);
  }

  .search-page__wrapper,
  .privacy__wrapper {
    margin: 30px auto;
  }
}

@media(max-width: 920px) {
  .section__subtitle h3 {
    font-size: 28px;
  }

  .section__wrapper {
    padding: 3em 0;
  }

  .valores__list-description {
    padding: 0 20px;
  }

  .valores__logo {
    left: 30px;
    width: 50px;
  }

  .search-page__wrapper,
  .privacy__wrapper {
    margin: 20px auto;
  }
}

@media(max-width: 720px) {
  .section__subtitle h3 {
    font-size: 25px;
  }

  .search__close {
    top: 0%;
    right: 0%;
    transform: translate(0%, -150%);
  }
}

@media(max-width: 620px) {
  .valores__close,
  .search__close {
    font-size: 18px;
    height: 25px;
    width: 25px;
    top: 10px;
    right: 10px;
  }

  .section__subtitle h3 {
    font-size: 22px;
  }

  .section__wrapper {
    padding: 2em 0;
  }

  .contact__nav--container {
    transform: scale(.75);
    right: 10px;
    bottom: 15px;
  }


  .contact__nav--social, .contact__nav--social:hover {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .contact__nav--social, .contact__nav--social:hover {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
  }

  .contact__nav--wrapper.active .contact__nav--social.youtube {  
    transform: translate(-240px, 2px);
    font-size: 22px !important;
  }
  
  
  .contact__nav--wrapper.active .contact__nav--social.phone {
    transform: translate(-60px, 2px);
  }
  
  .contact__nav--wrapper.active .contact__nav--social.linkedin-in {
    transform: translate(-120px, 2px);
    font-size: 18px;
  }
  
  .contact__nav--wrapper.active .contact__nav--social.whatsapp {
    transform: translate(-180px, 2px);
    font-size: 20px;
  }

  .search__close {
    top: 0%;
    right: 0%;
    transform: translate(0%, -130%);
  }

  .valores__close {
    top: 20px;
  }

  .valores__content,
  .valores__list-description {
    max-height: 80vh;
  }
}

@media(max-width: 420px) {
  .section__subtitle h3 {
    font-size: 20px;
  }

  .valores__close {
    top: 20px;
  }

  .valores__logo {
    left: 20px;
    width: 40px;
  }

  /* .contact__nav {
    transform: scale(.65);
  } */
}

@media (hover: none) and (pointer: coarse) {
  .contact__nav--button,
  .contact__nav--wrapper.active .contact__nav--button,
  .contact__nav--wrapper:hover .contact__nav--button {
    background-color: #000000 !important;
  }
}

header,
.header__logo img,
.header__submenu,
.header__submenu li {
  width: 100%;
  display: block;
  background: #000;
}

.header__wrapper {
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.header__logo {
  width: 136px;
  margin: 20px 0;
}

.header__navigation {
  align-self: flex-start;
  font-family: 'HeeboBlack';
}

.header__menu {
  display: flex;
  align-items: flex-start;
}

.menu__item {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
}

.header__menu li a,
.header__submenu li a {
  color: #ffffff;
  text-decoration: none;
}

.menu__item > a span {
  display: block;
  padding: 65px 25px 25px 25px;
  transition: .25s;
}

.menu__item.selected > a span,
.menu__item:hover > a span {
  background-color: #000000;
  font-family: 'HeeboBlack';
}

.menu__item.selected > a,
.menu__item:hover > a {
  color: #ffffff;
}

.header__submenu {
  position: absolute;
  top: 100%;
  max-height: 0;
  padding: 0px 0;
  overflow: hidden;
  transition: .25s;
  background: #ffffff;
  font-family: 'HeeboRegular';
}

.menu__item:hover .header__submenu {
  max-height: 238px;
}

.header__submenu li a {
  display: block;
  width: 100%;
  text-align: center;
}

.header__submenu li span {
  display: inline-block;
  font-size: 16px;
  text-transform: none;
  padding: 4.5px 10px;
  text-align: center;
  box-sizing: border-box;
  transition: .25s;
  margin: 0 auto;
  position: relative;
}

.header__submenu li span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -2.5px;
  width: 7.5px;
  height: 7.5px;
  background-color: #efdf00;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: .5s;
  opacity: 0;
}

.header__submenu li.selected span::before,
.header__submenu li:hover span::before {
  opacity: 1;
} 

.header__submenu li.selected span,
.header__submenu li:hover span {
  font-family: 'HeeboBlack';
} 

.header__options {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  justify-content: center;
  align-items: center;
}

.header__options img {
  width: 40px;
  display: block;
  opacity: 1;
  transition: .25s;
  margin-right: 15px;
}

.header__options img:hover {
  cursor: pointer;
  opacity: .5;
}

.header__options a {
  font-family: 'HeeboRegular';
  font-size: 17px;
  text-decoration: none;
  padding: 0px 2px;
  border-bottom: 1px solid #212121;
  color: #212121;
  letter-spacing: 2px;
}

.header__options a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  border-bottom: 0;
}

.header__options a span {
  padding-bottom: 5px;
  border-bottom: 1px solid #212121;
}

.header__cta {
  display: none;
}

@media(max-width: 1620px) {
  .header__logo {
    width: 90px;
  }

  .menu__item > a span {
padding: 43px 15px 25px;
  }

  .header__options {
    margin-top: 40px;
  }

  .header__options img {
    width: 34px;
    margin-right: 26px;
  }

  /* .menu__item,
  .header__options a {
    font-size: 16px;
  }

  .header__submenu li span {
    font-size: 14px;
  } */
}

@media(max-width: 1320px) {
  .header__logo {
    width: 75px;
  }

  .menu__item > a span {
    padding: 40px 20px 20px 20px;
  } 
 
  .header__options a {
    font-size: 15px;
  }

  .menu__item {
    font-size: 17px;
  }

  .header__submenu li span {
    font-size: 14px;
  }

  .header__options img {
    width: 29px;
    margin-right: 20px;
  }

  .header__options {
    margin-top: 35px;
  }

  .menu__item {
    margin: 0;
  }
}

@media(max-width: 920px) {
  .header__wrapper {
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .header__logo {
    order: 1;
  }

  .header__navigation {
    order: 0;
  }

  .header__options {
    order: 2;
  }

  .header__navigation {
    align-self: center;
  }

  .header__options {
    align-self: center;
    margin-top: 0;
  }

  .header__cta {
    display: block;
  }

  .header__navigation span.header__cta {
    position: relative;
    font-size: 30px;
    display: block;
    padding: 15px;
  }

  .header__navigation span.header__cta i {
    opacity: 1;
    transition: .5s;
  }

  .header__navigation span.header__cta i:hover {
    cursor: pointer;
    opacity: 0.5;
  }

  .header__navigation span.header__cta i:nth-child(1) {
    display: block;
  }

  .header__navigation span.header__cta i:nth-child(2) {
    display: none;
  }

  .header__navigation span.header__cta.active i:nth-child(1) {
    display: none;
  }

  .header__navigation span.header__cta.active i:nth-child(2) {
    display: block;
  }

  .header__navigation,
  .header__logo,
  .header__options {
    width: 33%;
  }

  .header__options {
    display: flex;
    justify-content: flex-end;
  }

  .header__logo {
    text-align: center;
    margin: 20px 0;
  }

  .header__logo img {
    width: 100%;
    max-width: 70px;
    display: block;
    margin: 0 auto;
  }

  .header__options img {
    padding: 6px;
    margin-right: 10px;
  }

  /* .header__navigation {
    
  } */

  .header__wrapper {
    position: static;
  }

  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    background-color: #f5f5f5;
    width: calc(100% - 4px);
    height: 100vh;
    max-width: 320px;
    overflow: auto;
    border-left: 5px solid #212121;
    transform: translateX(100%);
    transition: .5s;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header__menu.opened {
    transform: translateX(0%);
  }

  .header__submenu {
    position: relative;
    width: 100%;
    display: block;
    max-height: none;
    padding: 0;
    background: #ffffff;

    max-height: 0;
    transition: .5s;
  }

  .menu__item.opened .header__submenu {
    max-height: 100vh;
  }

  .menu__item:not(.opened):hover .header__submenu {
    max-height: 0;
  }

  .menu__item > a span {
    padding: 20px 20px;
  }

  .menu__item {
    width: 100%;
    text-align: center;
  }

  .header__menu li a, .header__submenu li a {
    color: #212121;
  } 

  .header__submenu {
    top: 0;
  }

  /* .menu__item.selected > a span, .menu__item:hover > a span {
    background-color: #212121;
  } */

  .header__submenu li span::before {
    right: 2.5%;
  }

  .header__submenu li span {
    padding: 20px;
    display: block;
    text-align: center;
    color: #212121;
  }
  
}

@media(max-width: 420px) {
  .header__options img {
    padding: 0;
    width: 23px;
  }

  .header__options a {
    width: 35px;
    height: 35px;
  }

  .header__menu {
    max-width: 260px;
  }
}

@media(max-width: 375px) {
  .header__menu {
    width: calc(100% - 4px);
    max-width: 290px;
  }

  .header__menu {
    max-width: 233px;
  }

  .header__submenu li span::before {
    right: 5%;
  }
}
.page__wrapper {
  position: relative;
}

.page__wrapper,
.home__divisions,
.home__division-cover,
.home__division-cover img,
.header__decorator img,
.home__details--logo img,
.home__banner,
.banner__slider,
.home__banner img,
.home__map,
.home__map-image,
.home__map-image img {
  width: 100%;
  display: block;
}

.home__division-cover {
  width: 100%;
  position: relative;
}

.home__division-cover::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #FFF;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.home__division-slider {
  
}

.home__divisions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.home__division {
  position: relative;
}

.home__division.active::before,
.home__division.disable::before {
  animation-fill-mode: forwards;
  animation-duration: .5s;
  animation-timing-function: ease;
}

.home__division.active::before  {
  animation-name: hiddeWrapper;
}

.home__division.disable::before   {
  animation-name: showWrapper;
}

@keyframes hiddeWrapper {
  0% {
    height: 100%;
    width: 100%;
  }
  100% {
    height: 0%;
    width: 0%;
  }
}

@keyframes showWrapper {
  0% {
    height: 0%;
    width: 0%;
  }
  70% {
    height: calc(100% + 15px);
    width: calc(100% + 15px);
  }
  100% {
    height: 100%;
    width: 100%;
  }
}

.home__division-details__wrapper {
  width: 15.6vw;
  height: calc(100% + 2px);

  position: absolute;
  top: -1px;
  left: 0;
}


.blanco{
	color: #fff;
}

.home__division-details {
  background-color: #000000;
  height: 0%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  transform: translateY(-50%);
  transition: .5s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.home__division.active .home__division-details,
.home__division.disable .home__division-details {
  animation-fill-mode: forwards;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;;
}

.home__division.active .home__division-details  {
  animation-name: showVerticalBar;
}

.home__division.disable .home__division-details  {
  animation-name: hiddeVerticalBar;
}

@keyframes showVerticalBar {
  0% {
    opacity: 0;
    height: 0%;
  }
  70% {
    height: calc(100% + 20px);
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

@keyframes hiddeVerticalBar {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0%;
    opacity: 0;
  }
} 

.home__division-logo {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  transform: translateY(-50%);
  transition: .5s;
  width: 100%;
  overflow: hidden;
  background: #F5F5F5;
}

.home__division.active .home__division-logo,
.home__division.disable .home__division-logo {
  animation-fill-mode: forwards;
  animation-duration: .5s;
  animation-timing-function: ease;
}

.home__division.active .home__division-logo {
  animation-name: hiddeBar;
}

.home__division.disable .home__division-logo {
  animation-name: showBar;
}

@keyframes hiddeBar {
  0% {
    width: 100%;
  }
  70% {
    width: 0;
  }
  100% {
    width: 0px;
  }
}

@keyframes showBar {
  0% {
    width: 6px;
  }
  70% {
    width: calc(100% + 10px);
  }
  100% {
    width: 100%;
  }
}

.home__division-logo img {
  display: block;
  width: 15.6vw;
}

.home__division--full {
  margin-top: 10px;
  width: 100%;
  background-color: #F5F5F5;
  display: flex;
}

.home__division--banner {
  width: 58.1%;
  display: block;
}

.home__division--description {
  width: 41.9%;
  display: flex;
  align-items: center;
}

.home__division--description-wrapper {
  margin-left: 7.5%;
}

.home__division--description-wrapper img {
  width: 190px;
  display: block;
}

.home__division--description-wrapper p {
  font-family: 'HeeboRegular';
  font-size: 16px;
  line-height: 20px;
  position: relative;
}


.home__division--description-wrapper p .decorator {
  width: 35%;
  display: inline-block;
  height: 1px;
  background-color: #ec223f;
  position: relative;
}

.home__division--description-wrapper p .decorator::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: 4px;
  background-color: #ec223f;
}

.home__division--description-wrapper p strong {
  font-family: 'HeeboExtraBold';
  letter-spacing: 1px;
}

.home__division--banner img {
  width: 100%;
  display: block;
}

.header__decorator {
  width: 1.6vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
}

.home__details--logo {
  width: 55%;
  max-width: 170px;
}

.home__details--description {
  width: 75%;
  max-width: 206px;
}

.home__details--description h3 {
  margin: 0;
  padding: 0;
  font-family: 'ManropeRegular';
  color: #ffffff;
  text-align: center;
  font-size: 1.25em;
}

p.t-letra {
    font-size: 40px;
    line-height: 57px;
}

.general-btn,
.home__division--description-wrapper .general-btn:hover,
.comparator--form .general-btn:hover,
.markerDescription__options button:hover,
.general-btn--primary-color:hover,
.seminuevos__cta--item:hover .general-btn--primary-color,
.inmobiliaira__hero--banner:hover .general-btn--primary-color {
  background-color: #ffffff;
  color: #000;
  font-family: 'ManropeExtraBold';
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 30px;
  border-radius: 7.5px;
  letter-spacing: 2px;
  border: 1px solid #FF0826;
  transition: .5s;
  outline: none;
  cursor: pointer;
}

.general-btn.general-btn--ExtraPaddidng {
  padding: 10px 40px;
}

.home__division--description-wrapper .general-btn,
.comparator--form .general-btn,
.comparator--form button:disabled,
.comparator--form button:hover:disabled,
.markerDescription__options button,
.general-btn--primary-color {
    background-color: #000000 !important;
    border: 1px solid #efdf00 !important;
    color: #FFF !important;
}

.general-btn--black {
  background-color: #000 !important;
  color: #ffffff !important;
  border: 1px solid #000 !important;
}

.general-btn--black:hover {
  background-color: #FFF !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.general-btn--blue {
  background-color: #2EA5DB !important;
  color: #ffffff !important;
  border: 1px solid #v !important;
}

.general-btn--blue:hover {
  background-color: #FFF !important;
  color: #2EA5DB !important;
  border: 1px solid #2EA5DB !important;
}

.home__details--logo,
.home__details--description,
.home__details--footer {
  height: 30%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.home__details--description {
  height: 36%;
}

.home__pasion {
  background-color: #f5f5f5;
  padding: 6em 0 5em 0;
}

.home__pasion--description {
  text-align: center;
  font-family: 'HeeboLight';
  font-size: 30px;
  color: #212121;
  line-height: 1em;
  letter-spacing: 1.5px;
} 

.home__pasion--description span {
  font-size: 25px;
  margin: 0px;
  letter-spacing: 2px;
}

.home__pasion--description span.special {
  position: relative;
  top: -12px;
  left: -8px;
}

.home__pasion--description span.home__pasion--decorator {
  font-family: 'HeeboLight';
  background-color: #ec223f;
  color: #F5F5F5;
  font-size: 30px;
  padding: 5px .5em;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: inline-block;
}

.home__pasion--description span.home__pasion--decorator--white {
  background-color: transparent;
  letter-spacing: 3px;
  color: #212121;
  padding: 0;
}

.home__pasion--description strong {
  font-family: 'HeeboExtraBold';
  font-size: 40px;
  line-height: 1em;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: -0.5px;
}

.home__pasion--description div.flex:nth-child(2) strong {
  top: 3.5px;
}

.home__pasion--description .mt {
  margin-top: 5px;
}

.home__pasion--description .regular {
  font-family: 'HeeboRegular';
  font-size: 24px;
}


.home__pasion--description strong span {
  font-family: 'HeeboLight';
  font-size: .5em;
}

.home__pasion--description hr {
  margin: 10px auto 5px auto;
  width: 795px;
  max-width: 80%;
  border: 1px solid #000;
}

.home__pasion--description .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home__pasion--lines {
  font-size: 27px !important; 
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  top: -10px !important;
  position: relative;
}

.home__pasion--lines::after,
.home__pasion--lines::before {
  content: '';
  width: 7em;
  height: 2px;
  background-color: #ec223f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home__pasion--lines::after {
  left: -7.5em;
}

.home__pasion--lines::before {
  right: -7.5em;
}

.home__pasion--spacing {
  letter-spacing: 9.5px !important;
}

.home__pasion--description .responsive {
  display: none;
} 

.home__banner {
  position: relative;
  margin-bottom: 70px;
}

.slider-controls .prev-selector,
.slider-controls .next-selector {
  width: 2vw;
  display: inline-block;
}

.slider-controls .nav-button {
  position: relative;
}

.slider-controls .nav-button,
.slider-controls .nav-button img {
  width: 100%;
  display: block;
}

.slider-controls a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.slider-controls .prev-selector,
.slider-controls .next-selector {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.slider-controls .prev-selector {
  left: 2vw;
}

.slider-controls .next-selector {
  right: 2vw;
}

.bx-wrapper {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.bx-pager {
  padding: 40px 0 !important;
  bottom: -80px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  border: 1.5px solid #212121 !important;
  background: #FFF !important;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 1.5px solid #000000 !important;
  background: #efdf00 !important;
}

.home__copy--wrapper {
  width: 100%;
}

.home__copy {
  margin: 60px auto;
  width: 90%;
  max-width: 920px;
  text-align: center;
}

.home__copy p {
  margin: 0;
  font-size: 40px !important;
  font-family: 'HeeboRegular';
  color: #212121;
  text-align: center;
  line-height: 1.25em;
}

.home__copy img {
  width: 320px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.home__copy p span {
  font-family: 'HeeboBold';
  color: #ec223f;
  text-transform: uppercase;
  font-size: 45px;
  margin: 0 .25em;
}

.home__copy p strong {
  font-family: 'HeeboBlack';
}

.home__decorator {
  text-align: center;
}

.black__decorator {
  background-color: #212121;
  width: auto;
  display: inline-block;
  margin-top: 20px;
  position: relative;
}

.red__decorator {
  width: auto;
  display: inline-block;
  background-color: #ec223f;
  padding: 5px 10px;
  position: relative;
  top: -10px;
  right: -15px;
  z-index: 2;
}

.red__decorator br {
  display: none;
}

.red__decorator::after,
.red__decorator::before,
.black__decorator::after,
.black__decorator::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  top: 0;
}

.red__decorator::after,
.red__decorator::before {
  background: #ec223f; 
}

.black__decorator::after,
.black__decorator::before {
  background: #212121;
}

.red__decorator::after,
.black__decorator::after {
  transform: skew(-20deg);
  left: -10px;
}

.red__decorator::before,
.black__decorator::before {
  transform: skew(-20deg);
  right: -10px;
}

.red__decorator p {
  font-size: 35px;
  margin: 0;
  color: #FFF;
  font-family: 'HeeboBold';
  position: relative;
  z-index: 2;
}

.contact__map--info {
  padding: 20px 40px;
}

@media(max-width: 1620px) {
  .home__details--description h3 {
    font-size: 1.1em;
  }

  .general-btn,
  .home__division--description-wrapper .general-btn,
  .home__division--description-wrapper .general-btn:hover,
  .comparator--form .general-btn:hover,
  .comparator--form .general-btn,
  .general-btn--primary-color:hover,
  .seminuevos__cta--item:hover .general-btn--primary-color,
  .inmobiliaira__hero--banner:hover .general-btn--primary-color {
    font-size: 12.5px;
  }

  .home__division--description-wrapper img {
    width: 150px;
  }

  .home__division--banner img {
    width: 130%;
    margin-left: -26%;
  }

  .home__copy p,
  .red__decorator p {
    font-size: 30px;
  }
  
  .home__copy p span {
    font-size: 40px;
  }

  .home__copy {
    margin: 50px auto;
  }

  .home__pasion--description {
    font-size: 26px;
    letter-spacing: 1.3px;
  }

  .home__pasion--description hr {
    width: 765px;
  }

  .home__pasion--description span.home__pasion--decorator {
    font-size: 26px;
  }

  .home__pasion--description span {
    font-size: 22px;
  }

  .home__pasion--description strong {
    font-size: 36px;
  }

  .home__pasion--description .regular {
    font-size: 21px;
  }

  .home__copy img {
    width: 290px;
  }
}

@media(max-width: 1420px) {
  .home__details--description h3 {
    font-size: 1em;
  }

  .general-btn,
  .home__division--description-wrapper .general-btn,
  .home__division--description-wrapper .general-btn:hover,
  .comparator--form .general-btn:hover,
  .comparator--form .general-btn,
  .general-btn--primary-color:hover,
  .seminuevos__cta--item:hover .general-btn--primary-color,
  .inmobiliaira__hero--banner:hover .general-btn--primary-color {
    font-size: 12px;
    padding: 2px 25px;
  }

  .general-btn.general-btn--ExtraPaddidng {
    padding: 10px 40px;
  }
}

@media(max-width: 1320px) {
  /* .home__pasion--description {
    font-size: 22px;
    letter-spacing: 2.7px;
  } 
  
  .home__pasion--description span {
    font-size: 34px;
    letter-spacing: 2.7px;
  }
  
  .home__pasion--description span.home__pasion--decorator {
    font-size: 22px;
    padding: 2px 52px;
    letter-spacing: 7px;
  }
  
  .home__pasion--description strong {
    font-size: 47px;
    margin: 0 8px;
  }
  
  .home__pasion--lines {
    font-size: 22px !important; 
    margin-top: -10px !important;
  }
  
  .home__pasion--spacing {
    letter-spacing: 9.5px !important;
  } */

  .home__division--banner img {
    width: 168%;
    margin-left: -58.4%;
  }

  .home__division--description-wrapper p br,
  .home__division--description-wrapper p span.decorator {
    display: none;
  }
  
  .home__division--description-wrapper img {
    width: 120px;
  }

  .home__division--description {
    width: 42%;
  }

  .home__division--description-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  .home__copy p,
  .red__decorator p {
    font-size: 25px;
  }
  
  .home__copy p span {
    font-size: 35px;
  }

  .home__copy {
    margin: 40px auto;
  }

  .home__pasion--description {
    font-size: 24px;
    letter-spacing: 1.3px;
  }

  .home__pasion--description hr {
    width: 745px;
  }

  .home__pasion--description span.home__pasion--decorator {
    font-size: 24px;
  }

  .home__pasion--description span {
    font-size: 20px;
  }

  .home__pasion--description strong {
    font-size: 34px;
    margin: 0 5px;
  }

  .home__pasion--description .regular {
    font-size: 20px;
  }

  .home__copy img {
    width: 240px;
  }
}

@media(max-width: 1224px) {
  .home__details--description h3 {
    font-size: 14px;
  }

  .home__division--description-wrapper img {
    width: 110px;
  }

  .home__division--description-wrapper p {
    margin: 10px 0;
  }

  .home__division--description-wrapper p {
    font-size: 14px;
    line-height: 16px;
  }

  .home__pasion--description {
    font-size: 22px;
    letter-spacing: 1.2px;
  }

  .home__pasion--description hr {
    width: 620px;
    max-width: 60%;
  }

  .home__pasion--description span.home__pasion--decorator {
    font-size: 22px;
  }

  .home__pasion--description span {
    font-size: 18px;
  }

  .home__pasion--description strong {
    font-size: 32px;
  }

  .home__pasion--description .regular {
    font-size: 19px;
  }
}

@media(max-width: 1024px) {
  /* .home__pasion {
    padding: 4em 0 3em 0;
  }

  .home__pasion--description {
    font-size: 18px;
    letter-spacing: 2.7px;
    line-height: 2em;
  } 
  
  .home__pasion--description span {
    font-size: 30px;
    letter-spacing: 2.7px;
  }
  
  .home__pasion--description span.home__pasion--decorator {
    font-size: 18px;
    padding: 2px 43px;
    letter-spacing: 7px;
  }
  
  .home__pasion--description strong {
    font-size: 42px;
    margin: 0 8px;
  }
  
  .home__pasion--lines {
    font-size: 18px !important; 
    margin-top: -10px !important;
  }
  
  .home__pasion--spacing {
    letter-spacing: 9.5px !important;
  } */

  .home__details--description h3 {
    font-size: 12px;
  }
}

@media(max-width: 920px) {
  /* .home__pasion {
    padding: 4em 0 3em 0;
  }

  .home__pasion--description {
    font-size: 16px;
    letter-spacing: 2.7px;
    line-height: 2em;
  } 
  
  .home__pasion--description span {
    font-size: 25px;
    letter-spacing: 2.7px;
  }
  
  .home__pasion--description span.home__pasion--decorator {
    font-size: 16px;
    padding: 2px 22px;
    letter-spacing: 7px;
  }
  
  .home__pasion--description strong {
    font-size: 37px;
    margin: 0 8px;
  }
  
  .home__pasion--lines {
    font-size: 16px !important; 
    top: -7px !important;
  }
  
  .home__pasion--spacing {
    letter-spacing: 9.5px !important;
  } */

  .slider-controls .prev-selector,
  .slider-controls .next-selector {
    width: 30px;
  }

  .slider-controls .prev-selector {
    left: 10px;
  }
  
  .slider-controls .next-selector {
    right: 10px;
  }

  .bx-pager {
    padding: 20px 0 !important;
    bottom: -40px !important;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    /* width: 7.5px;
    height: 7.5px; */
    margin: 0 5px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #212121 !important;
  }
  
  .bx-wrapper .bx-pager.bx-default-pager a:hover, 
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: 1px solid #ec223f !important;
  }

  .home__banner {
    margin-bottom: 0px;
  }

  .home__banner .bx-wrapper {
    margin-bottom: 35px !important;
  }

  .home__divisions {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: none;
  }

  .home__division-logo img {
    width: 25vw;
  }
  
  .home__division-details__wrapper {
    width: 25vw;
  }

  .header__decorator {
    width: 2.5vw;
  }

  .home__division--full {
    width: 100%;
    max-width: none;
    flex-direction: column;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
  }
  
  .home__division--banner,
  .home__division--description {
    width: 100%;
  }

  .home__division--description-wrapper {
    width: 90%;
    max-width: 420px;
    margin: 20px auto;
  }

  .home__division--banner img {
    width: 140%;
    margin-left: -12%;
  }

  .home__copy p,
  .red__decorator p {
    font-size: 20px;
  }
  
  .home__copy p span {
    font-size: 30px;
  }

  .home__copy {
    margin: 30px auto 50px auto;
  }

  .home__pasion--description {
    font-size: 16px;
    letter-spacing: 1.1px;
  }

  .home__pasion--description hr {
    width: 660px;
  }

  .home__pasion--description span.home__pasion--decorator {
    font-size: 16px;
  }

  .home__pasion--description strong {
    font-size: 24px;
  }

  .home__pasion--description .regular {
    font-size: 16px;
  }

  .home__pasion--description span.home__pasion--decorator {
    letter-spacing: 1px;
  }

  .home__copy img {
    width: 210px;
    margin-bottom: 10px;
  }
}

@media(max-width: 720px) {
  /* .home__pasion {
    padding: 2em 0 1em 0;
  }

  .home__pasion--description {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2em;
  } 
  
  .home__pasion--description span {
    font-size: 20px;
    letter-spacing: 2px;
  }
  
  .home__pasion--description span.home__pasion--decorator {
    font-size: 14px;
    padding: 2px 21px;
    letter-spacing: 5px;
  }
  
  .home__pasion--description strong {
    font-size: 32px;
    margin: 0 8px;
  }
  
  .home__pasion--lines {
    font-size: 14px !important; 
    top: -7px !important;
  }
  
  .home__pasion--spacing {
    letter-spacing: 8.5px !important;
  } */

  .home__division-logo img {
    width: 30vw;
  }
  
  .home__division-details__wrapper {
    width: 30vw;
  }

  .home__copy p,
  .red__decorator p {
    font-size: 16px;
  }
  
  .home__copy p span {
    font-size: 25px;
  }

  .red__decorator br {
    display: block;
  }
  
  .home__copy {
    margin: 20px auto 40px auto;
  }

  .slider-controls .prev-selector,
  .slider-controls .next-selector {
    width: 25px;
  }

  .home__copy img {
    width: 160px;
  }
}

@media(max-width: 620px) {
  .home__division-logo img {
    width: 35vw;
  }
  
  .home__division-details__wrapper {
    width: 35vw;
  }

  .header__decorator {
    width: 3vw;
  }

  .home__pasion--description {
  }
  
  .home__pasion--decorator {
    max-width: 420px;
    margin: 0 auto;
  }

  .home__pasion--description {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .home__pasion--description span.home__pasion--decorator {
    font-size: 16px;
  }

  .home__pasion--description strong {
    font-size: 20px;
    top: 0;
  }

  .home__pasion--description .regular {
    font-size: 16px;
  }

  .home__pasion--description span.special {
    font-size: 14px;
    top: -8px;
    left: -7px;
  }

  .home__pasion--description span.home__pasion--decorator {
    letter-spacing: 1px;
  }

  .home__pasion--description hr {
    margin: 5px auto 0px auto;
  }

  .home__pasion--description div.flex:nth-child(2) strong {
    top: 1.5px;
  }

  .home__copy img {
    width: 150px;
  }
}

@media(max-width: 580px) { 
  .home__division .home__division-details {
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;;
  }

  /* .home__division .home__division-details,
  .home__division.active .home__division-details,
  .home__division.disable .home__division-details  {
    animation-name: showVerticalBar;
  } */

  .home__division .home__division-logo,
  .home__division.active .home__division-logo,
  .home__division.disable .home__division-logo {
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-timing-function: ease;
  }

  /* .home__division .home__division-logo,
  .home__division.disable .home__division-logo,
  .home__division.active .home__division-logo {
    animation-name: hiddeBar;
  } */

  .home__details--footer {
    display: none;
  }

  .home__copy p,
  .red__decorator p {
    font-size: 16px;
  }
  
  .home__copy p span {
    font-size: 20px;
  }

  /* .home__division-cover {
    margin-left: 5vw;
  }

  .home__division-coverWithLogos {
    margin-left: 0;
  } */

  /* .home__division-cover05 {
    margin-left: 2vw;
  } */

  .home__details--description {
    height: auto !important;
  }
}

@media(max-width: 520px) {
  .home__pasion--decorator {
    max-width: 320px;
    margin: 0 auto;
  }

  .home__pasion--description {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .home__pasion--description span.home__pasion--decorator {
    font-size: 14px;
  }

  .home__pasion--description strong {
    font-size: 16px;
    top: 0;
  }

  .home__pasion--description .regular {
    font-size: 14px;
  }

  .home__pasion--description span.special {
    font-size: 12px;
    top: -5px;
    left: -5px;
  }

  .home__pasion--description span.home__pasion--decorator {
    letter-spacing: 1px;
  }

  .home__pasion--description .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .home__pasion--description strong {
    line-height: 1.25em;
  }

  .home__pasion--description hr {
    margin: 5px auto 5px auto;
  }

  .home__pasion--description {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }

  .home__copy img {
    width: 140px;
  }

  .home__division-details {
    display: none;
  }

  .home__division-logo {
    width: 100% !important;
  }

  .home__division-slider04 {
    width: 120% !important;
  }

  .home__division-cover06 {
    width: 85% !important;
    margin-left: 14vw;
  }
}

@media(max-width: 420px) { 
  /* .home__pasion--description {
    line-height: 1.65em;
  } 
  
  .home__pasion--description span {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0px 4px;
  }
  
  .home__pasion--description span.home__pasion--decorator {
    letter-spacing: 2px;
    line-height: 1.4em;
  }

  .home__pasion--description strong {
    font-size: 18px;
    margin: 0px 2px;
    position: relative;
    top: 1px;
  }
  
  .home__pasion--lines {
    max-width: 80%;
  }
  
  .home__pasion--spacing {
    letter-spacing: 2px !important;
    top: -17px;
    position: relative;
  } */

  .home__division-logo img {
    width: 40vw;
  }
  
  .home__division-details__wrapper {
    width: 40vw;
  }

  .home__details--logo, .home__details--description, .home__details--footer {
    height: auto;
  }

  .home__details--logo {
    margin-bottom: 10px;
  }

  .header__decorator {
    width: 4vw;
  }

  .home__copy img {
    width: 120px;
  }

  /* .home__division-cover05 {
    width: 85% !important;
    margin-left: 16vw;
  }

   */

   
}

@media (hover: none) and (pointer: coarse) {
  .home__division .home__division-details {
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;;
  }

  /* .home__division .home__division-details,
  .home__division.active .home__division-details,
  .home__division.disable .home__division-details  {
    animation-name: showVerticalBar;
  } */

  .home__division .home__division-logo,
  .home__division.active .home__division-logo,
  .home__division.disable .home__division-logo {
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-timing-function: ease;
  }

  /* .home__division .home__division-logo,
  .home__division.disable .home__division-logo,
  .home__division.active .home__division-logo {
    animation-name: hiddeBar;
  } */

  .home__details--footer {
    display: none;
  }

  .home__details--description {
    height: auto !important;
  }

  .home__division-details {
    display: none;
  }

  .home__division-logo {
    width: 100% !important;
  }
}
.inmobiliaira__menu--wrapper,
.inmobiliaira__hero--baners,
.inmobiliaira__hero--footer,
.inmobiliaira__map--wrapper,
.inmobiliaira__banner,
.comerciales__list,
.comerciales__title,
.inmobiliaria__logos-list,
.corporativos__gallery02,
.terrenos-map__wrapper {
  margin: 60px auto;
}

.inmobiliaria__logos-list,
.industriales__hero {
  padding-top: 60px;
}

.inmobiliaria__logos-list.noMarginTop {
  margin-top: 0;
}

.inmobiliaria__logos-listNotPT,
.financial__discover--noPaddingTop {
  padding-top: 0px;
}

.inmobiliaira__menu--wrapper {
  width: 90%;
  max-width: 1560px;
  display: block;
  position: relative;
  margin-top: 30px;
}

.inmobiliaira__menu--wrapper-slider {
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
  /* display: flex;
  justify-content: space-between; */
}

.inmobiliaira__menu--slider {
  width: 100%;  
}

.inmobiliaira__menu--item {
  /* width: 222px !important; */
  /* min-width: 190px !important; */
  text-align: center;
}

.inmobiliaira__menu--item img {
  height: 34px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.inmobiliaira__menu--item a {
  text-decoration: none;
  color: #212121;
}

.inmobiliaira__item--btn {
  background: #f5f5f5;
  padding: 15px 10px;
  border-radius: 10px;
  transition: .5s;
  margin-top: 10px;
  box-sizing: border-box;
}

.inmobiliaira__menu--item:hover .inmobiliaira__item--btn,
.inmobiliaira__menu--item.selected .inmobiliaira__item--btn {
  background: #ea0a2a;
}

.inmobiliaira__menu--item:hover a,
.inmobiliaira__menu--item.selected a {
  color: #ffffff;
}

.inmobiliaira__item--btn p {
  margin: 0;
  font-size: 16px;
  font-family: 'HeeboRegular';
}

.inmobiliaira__item--btn p strong {
  font-family: 'HeeboBlack';
}

.inmobiliaira__menu--wrapper .slider-controls .prev-selector {
  width: 38px !important;
  left: 0 !important; 
  top: auto !important;
  transform: none !important;
  bottom: 2px !important;
  z-index: 3;
}

.inmobiliaira__menu--wrapper .slider-controls .next-selector {
  width: 38px !important;
  right: 0 !important;
  top: auto !important;
  transform: none !important;
  bottom: 2px !important;
  z-index: 3;
}

.inmobiliaira__hero,
.inmobiliaira__hero--baners,
.inmobiliaira__hero--banner,
.inmobiliaira__banner--image,
.inmobiliaira__banner--image img,
.inmobiliaira__banner,
.inmobiliaira__banner img,
.inmobiliaira__banner--slider {
  width: 100%;
  display: block;
  position: relative;
}

.inmobiliaira__hero--title{
  margin: 0 auto;
}

.inmobiliaira__hero--title,
.inmobiliaira__hero--footer {
  width: 90%;
  text-align: center;
}

.inmobiliaira__hero--title h3,
.inmobiliaira__hero--footer h3 {
  margin: 0;
  font-family: 'HeeboRegular';
  color: #212121;
  font-size: 30px;
} 

.inmobiliaira__hero--title h3 strong,
.inmobiliaira__hero--footer h3 strong {
  font-family: 'HeeboExtraBold';
}

.inmobiliaira__hero--footer h3 strong span {
  font-size: 2em;
  line-height: .75em;
}

.inmobiliaira__hero--baners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7.5px;
}

.inmobiliaira__hero--full-banner {
  grid-column: 1 / 3;
}

.inmobiliaira__banner--content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.inmobiliaira__banner--logo {
  width: 100%;
  transform: scale(1);
  transition: .5s;
}

.inmobiliaira__hero--banner:hover .inmobiliaira__banner--logo {
  transform: scale(1.1);
}


.inmobiliaira__banner--logo img {
  max-width: 40%;
}

.inmobiliaira__map--wrapper,
.inmobiliaira__map--content {
  width: 100%;
  display: block;
}

.inmobiliaira__map--wrapper {
  max-width: 1240px;
  width: 90%;
}

.inmobiliaira__map--menu {
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #f5f5f5;
  padding: 20px 0;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(186,186,186,1);
  -moz-box-shadow: 0px 6px 6px 0px rgba(186,186,186,1);
  box-shadow: 0px 6px 6px 0px rgba(186,186,186,1);
  position: relative;
  z-index: 2;
}

.inmobiliaira__map--content {
  height: 620px;
  background-color: #212121;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(186,186,186,1);
  -moz-box-shadow: 0px 6px 6px 0px rgba(186,186,186,1);
  box-shadow: 0px 6px 6px 0px rgba(186,186,186,1);
}

.inmobiliaira__map--menu-item {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0px 30px;
  transition: .5s;
  opacity: .5;
}

.inmobiliaira__map--menu-item:hover,
.inmobiliaira__map--menu-item.selected {
  cursor: pointer;
  opacity: 1;
}

.inmobiliaira__map--menu-item:nth-child(1) { 
  border-right: 2px solid #212121; 
}

.inmobiliaira__map--menu-item img {
  width: 26px;
  margin-right: 15px;
}

.inmobiliaira__map--menu-item span {
  font-size: 18px;
  font-family: 'HeeboExtraBold';
  color: #212121;
}

.inmobiliaira__map {
  position: relative;
  overflow: hidden;
}

.inmobiliaira__map--options {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.inmobiliaira__map--options iframe {
  outline: none;
}

.inmobiliaira__map--title {
  width: 32px;
  position: relative;
  background-color: #212121;
  z-index: 2;
}

.inmobiliaira__map--title h4 {
  color: #ffffff;
  font-size: 16px;
  font-family: 'HeeboRegular';

  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  transform: rotate(-90deg);
  transform-origin: 8% 47%;
}

.inmobiliaira__map--options {
  display: flex;
  width: 35px;
  background-color: #212121;
}

.inmobiliaira__map--options-list {
  background-color: #ffffff;
  padding-top: 30px;
  transform: translateX(-100%);
  transition: .5s;
}

.inmobiliaira__map--options-list.active {
  transform: translateX(33px);
}

.inmobiliaira__map--options-list .inmobiliaira__map--menu-item:nth-child(1) {
  border: none;
}

.inmobiliaira__map--options-list#enCurso {
  display: none;
}

.inmobiliaira__map--options-list#terminados {
  display: block;
}

.inmobiliaira__map--options-list .inmobiliaira__map--menu-item {
  transition: .5s;
  padding: 10px 50px 10px 30px;
  box-sizing: border-box;
  width: 296px;
}

.inmobiliaira__map--options-list .inmobiliaira__map--menu-item:hover {
  background-color: #f5f5f5;
}

.comerciales__list {
  width: 90%;
  max-width: 1560px;
  display: block;
  text-align: center;
}

.comerciales__title {
  font-size: 16px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-top: 0 !important;
}

.comerciales__title h3::after,
.comerciales__title h3::before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -.5em;
  left: 0;
  height: 2px;
  background-color: #212121;
}

.comerciales__title h3::before {
  height: 6px;
  width: 30%;
}

.comerciales__title h3 {
  margin: 0;
  color: #212121;
  font-family: 'HeeboLight';
  position: relative;
  font-size: 1.92em;
}

.comerciales__title h3 strong,
.comerciales__title h3 strong.weight3,
.comerciales__title h3 strong.weight1,
.comerciales__title h3 strong.weight6,
.comerciales__title h3 strong.w5 {
  font-family: 'HeeboBlack';
}

.comerciales__title h3 strong.weight7 {
  font-family: 'HeeboRegular';
}

.comerciales__title h3 strong.w6,
.comerciales__title h3 strong.type01,
.comerciales__title h3 strong.type03 {
  font-family: 'HeeboLight';
}

.comerciales__title h3 strong.weight3 {
  font-size: 1.2em;
}

.comerciales__title h3 strong.weight1 {
  font-size: 1.62em;
  line-height: 1;
}

.comerciales__title h3 strong.weight6,
.comerciales__title h3 strong.weight7 {
  font-size: .66em;
}

.comerciales__title h3 strong.w5 {
  font-size: 1.56em;
}

.comerciales__title h3 strong.w6 {
  font-size: 1.1em;
}

.comerciales__title h3 strong.type01,
.comerciales__title h3 strong.type02 {
  font-size: 1.205em;
}

.comerciales__title h3 strong.type03,
.comerciales__title h3 strong.type04 {
  font-size: 1.59em;
}

.comerciales__title h3 strong.type05 {
  font-size: 1.4em;
}

.comerciales__title h3 span {
  display: inline-block;
  width: .25em;
  height: .25em;
  background-color: #ea0a2a;
  position: absolute;
  bottom: 0.25em;
  right: -.35em;
}

.comerciales__list--main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px 20px;
  margin-bottom: 20px;
}

.comerciales__list--main--short {
  grid-template-columns: repeat(3, 1fr);
}

.comerciales__list--main--short .comerciales__item--cta {
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important; 
  background-color: #ffffff !important;
}

.comerciales__list--main--short .comerciales__item--address {
  width: 100%;
}

.comerciales__list--main--short .comerciales__item--address p {
  margin: 10px 0;
}

.comerciales__list--secondary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.comerciales__list--secondaryWithLogos {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.comerciales__list--secondary .comerciales__item--cta {
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

.comerciales__list--secondary.comerciales__list--secondaryWithLogos .comerciales__item--cta {
  flex-direction: row;
  width: 80%;
  margin: 0 auto;
}

.comerciales__list--secondary.comerciales__list--secondaryWithLogos .comerciales__item--address {
  width: 40%;
  margin: 0;
}

.comerciales__item--center {
  margin: 0 auto !important;
}

.terrenos__locations .comerciales__item--center {
  width: 100% !important;
}

.terrenos__locations .comerciales__list--item {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.terrenos__locations .comerciales__item--info {
  height: 100%;
  display: flex;
}

.terrenos__locations .comerciales__item--cta {
  justify-content: center;
}

.terrenos__locations .comerciales__item--center h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.terrenos__locations .comerciales__item--center h4 strong {
  margin: 0 5px;
}

.comerciales__list--secondary .comerciales__item--address {
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.comerciales__list--secondary .comerciales__item--address h4 {
  font-size: 20px;
}

.comerciales__list--secondaryWithLogos .comerciales__item--logo {
  width: 100%;
}

.comerciales__list--secondaryWithLogos .comerciales__item--logo img {
  width: 100%;
  display: block;
}

.comerciales__list--item,
.comerciales__item--image,
.comerciales__item--image img {
  width: 100%;
  display: block;
  position: relative;
}

.comerciales__list--secondaryWithLogos .comerciales__item--image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/promo.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 27.5%;
  height: 100%;
  z-index: 1;
}

.terrenos__locations.en .comerciales__list--secondaryWithLogos .comerciales__item--image::after,
.comerciales__list.en .comerciales__list--secondaryWithLogos .comerciales__item--image::after {
  background-image: url(../images/promo_en.png);
}

.comerciales__item--info {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 1;
  display: flex;
  text-align: left;
}

.comerciales__item--price {
  position: absolute;
  left: 0;
  width: 100%;
  top: -47px;
  background-color: rgba(33, 33, 33, 0.5);
  color: #ffffff;
  text-align: right;
  padding: 10px;
  box-sizing: border-box;
  font-family: 'HeeboRegular';
  font-size: 24px;
}

.comerciales__item--icon {
  background-image: url(../images/arrow.png);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: #212121;
  width: 60px;
  display: block;
}

.comerciales__item--cta {
  width: calc(100% - 80px);
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.comerciales__item--address {
  box-sizing: border-box;
  padding-right: 10px;
  width: 75%;
}

.comerciales__item--address h4,
.comerciales__item--address p {
  margin: 0;
  padding: 0;
  color: #212121;
}

.comerciales__item--address h4 {
  font-family: 'HeeboLight';
  font-size: 26px;
}

.comerciales__item--address h4 strong {
  font-family: 'HeeboBlack';
}

.comerciales__item--address p {
  font-family: 'HeeboRegular';
  font-size: 15px;
}

.inmobiliaria__logos-list {
  max-width: 1600px;  
  width: 90%;
}

.logos-list__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.logos-list__wrapper div {
  display: block;
  width: 20%;
  text-align: center;
  margin: 2% 0;
}

.logos-list__wrapper div img {
  max-width: 80%;
}

.contact__inmobiliaria {
  margin: 20px 0 !important;
}

.financial__form--noButtonMargin {
  margin-bottom: 0 !important;
}

.corporativos__galleries {
  text-align: center;
}

.corporativos__gallery {
  max-width: 1230px;
  width: 90%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

.corporativos__gallery02 {
  flex-direction: row-reverse;
}

.corporativos__slider-gallery {
  width: calc(80% - 15px);
  position: relative;
  background-color: #f5f5f5;
}

.corporativos__slider-options {
  width: 20%;
}

.corporativos__slider-option,
.corporativos__slider-option img,
.corporativos__slider,
.corporativos__slider img {
  width: 100%;
  display: block;
}

.corporativos__slider-option {
  margin-bottom: 15px;
  height: 159px;
  opacity: 1;
  transition: .5s;
}

.corporativos__slider-option.corporativos__slider-option--full {
  height: 335px;
}

.corporativos__slider-option:hover,
.corporativos__slider-option.selected {
  cursor: pointer;
  opacity: .5;
}

.corporativos__slider-option:last-child {
  margin-bottom: 0;
}

.corporativos__slider-option  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corporativos__gallery--fullImage {
  display: none;
}

.comerciales__item--logo {
  text-align: center;
}

.comerciales__item--logo img {
  margin-bottom: 10px;
}

.comerciales__list--itemWithImage .comerciales__item--logo {
  width: 170px;
}

.comerciales__list--itemWithImage .comerciales__item--address p {
  margin-top: 10px;
}

.industriales__hero {
  text-align: center;
}

.terrenos-hero__wrapper {
  text-align: center;
  width: 90%;
  max-width: 1264px;
  margin: 0 auto;
}

.terrenos-map__wrapper,
.terrenos-map__wrapper img {
  width: 100%;
  display: block;
}

.terrenos__locations {
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
}

.dalton__decorator--details__terrenos p br {
  display: none;
}

.properties__list--notFound {
  text-align: center;
  color: #212121;
  margin-top: 20px;
  font-family: 'HeeboRegular';
  font-size: 1.25em;
}

@media(max-width: 1620px) {
  .inmobiliaira__menu--wrapper,
  .inmobiliaira__hero--baners,
  .inmobiliaira__hero--footer,
  .inmobiliaira__map--wrapper,
  .inmobiliaira__banner,
  .comerciales__list,
  .comerciales__title,
  .inmobiliaria__logos-list,
  .corporativos__gallery02,
  .terrenos-map__wrapper {
    margin: 50px auto;
  }

  .inmobiliaria__logos-list,
  .industriales__hero {
    padding-top: 50px;
  }

  .inmobiliaria__logos-list.noMarginTop {
    margin-top: 0;
  }
  
  .inmobiliaria__logos-listNotPT,
  .financial__discover--noPaddingTop {
    padding-top: 0;
  }
  
  .inmobiliaira__menu--wrapper {
    margin-top: 25px;
  }

  .inmobiliaira__hero--title h3,
  .inmobiliaira__hero--footer h3 {
    font-size: 28px;
  } 

  .inmobiliaira__map--menu-item span {
    font-size: 17px;
  }

  .comerciales__title {
    font-size: 15px;
  }

  .comerciales__item--address h4 {
    font-size: 25px;
  }

  .comerciales__item--price {
    top: -45px;
    font-size: 22px;
  }
}

@media(max-width: 1620px) {
  .corporativos__slider-option.corporativos__slider-option--full {
    height: 333px;
  }
}

@media(max-width: 1527px) {
  .comerciales__item--address {
    width: 70%;
  }
}

@media(max-width: 1365px) {
  .corporativos__slider-option {
    height: 11.65vw;
  }

  .comerciales__item--price {
    top: -43px;
    font-size: 20px;
  }

  .corporativos__slider-option.corporativos__slider-option--full {
    height: 24.55vw;
  }
}

@media(max-width: 1320px) {
  .comerciales__list--secondary.comerciales__list--secondaryWithLogos .comerciales__item--cta {
    width: 100%;
  }
}

@media(max-width: 1245px) {
  .comerciales__list--itemWithImage .comerciales__item--address h4 {
    display: none;  
  }

  .comerciales__list--itemWithImage .comerciales__item--address p {
    margin-top: 0;
  }

  .comerciales__list--itemWithImage .comerciales__item--address {
    width: 60%;
  }

  .comerciales__list--itemWithImage .comerciales__item--logo {
    width: 40%;
  }
}

@media(max-width: 1224px) { 
  .inmobiliaira__menu--wrapper,
  .inmobiliaira__hero--baners,
  .inmobiliaira__hero--footer,
  .inmobiliaira__map--wrapper,
  .inmobiliaira__banner,
  .comerciales__list,
  .comerciales__title,
  .inmobiliaria__logos-list,
  .corporativos__gallery02,
  .terrenos-map__wrapper {
    margin: 40px auto;
  }

  .inmobiliaria__logos-list,
  .industriales__hero {
    padding-top: 40px;
  }

  .inmobiliaria__logos-list.noMarginTop {
    margin-top: 0;
  }

  .inmobiliaria__logos-listNotPT,
  .financial__discover--noPaddingTop {
    padding-top: 0px;
  }

  .inmobiliaira__menu--wrapper {
    margin-top: 20px;
  }

  .inmobiliaira__menu--wrapper-slider {
    width: 85%;
  }

  .inmobiliaira__hero--title h3,
  .inmobiliaira__hero--footer h3 {
    font-size: 26px;
  } 

  .inmobiliaira__map--content {
    height: 420px;
  }

  .comerciales__title {
    font-size: 14px;
  }

  .comerciales__item--address h4 {
    font-size: 24px;
  }

  .comerciales__item--icon {
    width: 40px;
  }

  .comerciales__item--icon {
    background-size: 15px;
  }
  
  .comerciales__item--cta {
    padding: 10px 20px;
  }

  .comerciales__item--address {
    width: 60%;
  }

  .comerciales__item--address p {
    font-size: 14px;
  }

  .comerciales__list--secondary .comerciales__item--address h4 {
    font-size: 18px;
  }

  .corporativos__slider-option {
    height: 11.29vw;
  }

  .corporativos__gallery .comerciales__item--address {
    width: 70% !important;
  }

  /* .corporativos__gallery .comerciales__item--info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  } */

  .comerciales__list--itemWithImage .comerciales__item--logo img {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .comerciales__item--price {
    top: -41px;
    font-size: 19px;
  }

  .comerciales__list--secondary.comerciales__list--secondaryWithLogos .comerciales__item--cta {
    flex-direction: column;
  }

  .comerciales__list--secondaryWithLogos .comerciales__item--logo {
    width: auto;
  }

  .comerciales__list--secondaryWithLogos .comerciales__item--logo img {
    width: 100%;
  }

  .comerciales__list--itemWithImage .comerciales__item--logo {
    width: auto;
  }
  
  .logos-list__wrapper div img {
    max-width: 60%;
  }

  .logos-list__wrapper div.min01 img {
    max-width: 40%;
  }

  .inmobiliaira__item--btn p {
    font-size: 14px;
  }

  .inmobiliaira__item--btn {
    padding: 12px 7.5px;
  }

  .inmobiliaira__menu--wrapper .slider-controls .prev-selector,
  .inmobiliaira__menu--wrapper .slider-controls .next-selector {
    width: 30px !important;
  }

  .corporativos__slider-option.corporativos__slider-option--full {
    height: 23.9vw;
  }
}

@media(max-width: 1024px) { 
  .inmobiliaira__menu--wrapper,
  .inmobiliaira__hero--baners,
  .inmobiliaira__hero--footer,
  .inmobiliaira__map--wrapper,
  .inmobiliaira__banner,
  .comerciales__list,
  .comerciales__title,
  .inmobiliaria__logos-list,
  .corporativos__gallery02,
  .terrenos-map__wrapper {
    margin: 35px auto;
  }

  .inmobiliaria__logos-list,
  .industriales__hero {
    padding-top: 35px;
  }
  
  .inmobiliaria__logos-list.noMarginTop {
    margin-top: 0;
  }

  .inmobiliaria__logos-listNotPT,
  .financial__discover--noPaddingTop {
    padding-top: 0px;
  }

  .inmobiliaira__menu--wrapper {
    margin-top: 17.5px;
  }

  .inmobiliaira__menu--wrapper-slider {
    width: 80%;
  }

  .inmobiliaira__hero--title h3,
  .inmobiliaira__hero--footer h3 {
    font-size: 24px;
  } 

  .inmobiliaira__map--menu-item span {
    font-size: 16px;
  }

  .comerciales__title {
    font-size: 13px;
  }

  .comerciales__item--address h4 {
    font-size: 23px;
  }

  .comerciales__list--secondary .comerciales__item--address h4 {
    font-size: 16px;
  }

  .comerciales__list--secondaryWithLogos .comerciales__item--logo img {
  }

  .logos-list__wrapper div {
    width: 20%;
    margin: 5% 0;
  }
  
  .logos-list__wrapper div img {
    max-width: 80%;
  }

  .comerciales__list--secondaryWithLogos .comerciales__item--image::after {
    width: 35%;
  }
}

@media(max-width: 920px) { 
  .inmobiliaira__menu--wrapper,
  .inmobiliaira__hero--baners,
  .inmobiliaira__hero--footer,
  .inmobiliaira__map--wrapper,
  .inmobiliaira__banner,
  .comerciales__list,
  .comerciales__title,
  .inmobiliaria__logos-list,
  .corporativos__gallery02,
  .terrenos-map__wrapper {
    margin: 30px auto;
  }

  .inmobiliaria__logos-list,
  .industriales__hero {
    padding-top: 30px;
  }

  .inmobiliaria__logos-list.noMarginTop {
    margin-top: 0;
  }
  
  .inmobiliaria__logos-listNotPT,
  .financial__discover--noPaddingTop {
    padding-top: 0px;
  }

  .inmobiliaira__menu--wrapper {
    margin-top: 15px;
  }

  .inmobiliaira__hero--title h3,
  .inmobiliaira__hero--footer h3 {
    font-size: 22px;
  }

  .inmobiliaira__map--menu-item span {
    font-size: 15px;
  }

  .inmobiliaira__map--options-list {
    padding-top: 20px;
  }

  .inmobiliaira__map--options-list .inmobiliaira__map--menu-item {
    padding: 10px 30px 10px 15px;
  }

  .inmobiliaira__map--menu-item img {
    width: 20px;
  }

  .comerciales__title {
    font-size: 11px;
  }

  .comerciales__title h3 strong.weight7,
  .comerciales__title h3 strong.weight6 {
    font-size: 16px;
  }

  .comerciales__item--address h4 {
    font-size: 22px;
  }

  .comerciales__item--cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .comerciales__item--address p {
    display: none;
  }

  .comerciales__item--address {
    margin-bottom: 5px;
    width: 100%;
    padding-right: 0;
  }
  
  .comerciales__list--secondary .comerciales__item--cta {
    align-items: center;
    padding: 10px;
  }

  .comerciales__list--secondary .comerciales__item--address h4 strong {
    display: block;
  }

  .corporativos__slider-option {
    margin-bottom: 7.5px;
  }

  .corporativos__slider-gallery {
    width: calc(80% - 7.5px);
  }

  .corporativos__slider-option {
    height: 12.35vw;
  }

  .corporativos__slider-option.corporativos__slider-option--full {
    height: 24.6vw;
  }

  .comerciales__list--itemWithImage .comerciales__item--cta {
    width: 100%;
  }

  .comerciales__list--itemWithImage .comerciales__item--address {
    display: none;
  }

  .comerciales__list--itemWithImage .comerciales__item--logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .comerciales__list--itemWithImage .comerciales__item--logo img {
    display: block;
    width: 25%;
    margin: 0;
  }

  .comerciales__item--price {
    top: -39px;
    font-size: 18px;
  }

  .comerciales__list--secondaryWithLogos .comerciales__item--logo img {
  }

  .logos-list__wrapper div.min01 img {
    max-width: 50%;
  }

  .inmobiliaira__map--options-list .inmobiliaira__map--menu-item {
    width: 232px;
  }

  .properties__list--notFound {
    font-size: 16px;
  }
}

@media(max-width: 820px) {
  .corporativos__slider-option.corporativos__slider-option--full {
    height: 25.6vw;
  }
}

@media(max-width: 720px) {
  .inmobiliaira__item--btn p strong {
    display: block;
  } 

  .inmobiliaira__item--btn {
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .inmobiliaira__menu--wrapper .slider-controls .prev-selector,
  .inmobiliaira__menu--wrapper .slider-controls .next-selector {
    bottom: 5px !important;
  }

  .inmobiliaira__menu--wrapper-slider {
    width: 75%;
  }

  .inmobiliaira__hero--title h3,
  .inmobiliaira__hero--footer h3 {
    font-size: 20px;
  } 

  .inmobiliaira__hero--baners {
    grid-template-columns: repeat(1, 1fr);
  }

  .inmobiliaira__hero--full-banner {
    grid-column: auto;
  }

  .inmobiliaira__map--menu-item span {
    font-size: 14px;
  }

  .comerciales__title {
    font-size: 10px;
  }

  .comerciales__title h3 span {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .comerciales__item--address h4 {
    font-size: 20px;
  }

  .comerciales__list--secondary {
    grid-template-columns: repeat(2, 1fr);
  }

  .comerciales__list--secondary .comerciales__item--address {
    margin-bottom: 5px;
  }

  .comerciales__list--secondary .comerciales__item--address h4 strong {
    display: inline-block;
  }

  .comerciales__list--secondary .comerciales__item--address h4 {
    font-size: 18px;
  }

  .corporativos__gallery {
    flex-direction: column;
  }

  .corporativos__slider-gallery {
    width: 100%;
  }

  .corporativos__slider {
    display: none;
  }

  .corporativos__slider-gallery .comerciales__item--info {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .corporativos__slider-options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .corporativos__slider-option,
  .corporativos__slider-option.corporativos__slider-option--full {
    width: calc(50% - 10px);
    margin-bottom: 20px; 
    height: 30vw;
  }

  .corporativos__slider-gallery .slider-controls {
    display: none;
  }

  .corporativos__slider-option:hover,
  .corporativos__slider-option.selected {
    opacity: 1;
  }

  .corporativos__gallery--fullImage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5;
    height: 100vh;
  }

  .corporativos__gallery--fullImage.active {
    display: flex;
  }

  .corporativos__fullImage--wrapper {
    max-width: 90%;
    height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .corporativos__fullImage--wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f5f5f5;
  }

  .comerciales__list--itemWithImage .comerciales__item--logo {
    width: 100%;
    flex-direction: column;
    height: auto;
  }

  .comerciales__list--itemWithImage .comerciales__item--logo img {
    width: 35%;
    margin: 10px 0;
  }

  .comerciales__item--price {
    top: -38px;
    font-size: 17px;
  }

  .comerciales__list--secondaryWithLogos .comerciales__item--logo img {
  }

  .logos-list__wrapper div {
    width: 30%;
    margin: 4% 1.5%;
  }

  .logos-list__wrapper div img {
    max-width: 60%;
  }

  .logos-list__wrapper div.daltonLogo img {
    max-width: 40%;
  }

  .logos-list__wrapper div.plazaUniversidadLogo img {
    max-width: 80%;
  }

  .logos-list__wrapper div.min01 img {
    max-width: 40%;
  }

  .corporativos__slider-options {
    padding-top: 20px;
  }

  .dalton__decorator--details__terrenos p br {
    display: block;
  }

  .comerciales__list--secondary.comerciales__list--secondaryWithLogos .comerciales__item--address {
    width: 35%;
  }

  .comerciales__list--main--short {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .comerciales__list--main--short .comerciales__item--cta {
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
  }
}

@media(max-width: 620px) { 
  .inmobiliaira__menu--wrapper,
  .inmobiliaira__hero--baners,
  .inmobiliaira__hero--footer,
  .inmobiliaira__map--wrapper,
  .inmobiliaira__banner,
  .comerciales__list,
  .comerciales__title,
  .inmobiliaria__logos-list,
  .corporativos__gallery02,
  .terrenos-map__wrapper {
    margin: 20px auto;
  }

  .inmobiliaria__logos-list,
  .industriales__hero {
    padding-top: 20px;
  }
  
  .inmobiliaria__logos-listPB {
    padding-bottom: 20px;
  }

  .inmobiliaira__menu--wrapper {
    margin-top: 10px;
  }

  .inmobiliaira__menu--wrapper-slider {
    width: 70%;
  }

  .inmobiliaira__hero--title h3,
  .inmobiliaira__hero--footer h3 {
    font-size: 18px;
  } 

  .comerciales__title {
    font-size: 9px;
  }

  .comerciales__item--address h4 {
    font-size: 18px;
  }

  .comerciales__item--icon {
    display: none;
  }

  .comerciales__item--cta {
    align-items: center;
  }

  .comerciales__item--cta {
    width: 100%;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
  }

  .comerciales__item--address {
    text-align: center;
  }

  .comerciales__list--main {
    margin-bottom: 10px;
    grid-gap: 10px;
  }

  .corporativos__slider-option {
    width: calc(50% - 5px);
    margin-bottom: 10px; 
  }

  .corporativos__slider-option:nth-child(1),
  .corporativos__slider-option:nth-child(3) {
    margin-right: 10px;
  }

  .corporativos__slider-gallery .comerciales__item--info {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .corporativos__fullImage--wrapper img {
    padding: 10px;
  }

  .comerciales__item--info {
    flex-direction: column;
  }

  .comerciales__item--price {
    width: 100%;
    position: relative;
    display: block;
    top: 0;
    font-size: 14px;
    background-color: rgba(33, 33, 33, 1);
    padding: 5px 10px;
  }

  .comerciales__list--secondaryWithLogos .comerciales__item--logo img {
  }

  .comerciales__list--secondaryWithLogos .comerciales__item--cta,
  .comerciales__item--cta {
    padding: 5px;
  }

  .comerciales__list--secondaryWithLogos {
    grid-gap: 10px;
  }

  .inmobiliaira__item--btn {
    height: 45px;
  }

  .corporativos__slider-options {
    padding-top: 10px;
  }
}

@media(max-width: 520px) {
  .comerciales__title {
    max-width: 80%;
  }

  .comerciales__title h3 br {
    display: none;
  }

  .logos-list__wrapper div img {
    max-width: 70%;
  }

  .logos-list__wrapper div.daltonLogo img {
    max-width: 50%;
  }

  .logos-list__wrapper div.plazaUniversidadLogo img {
    max-width: 100%;
  }

  .logos-list__wrapper div.min01 img {
    max-width: 50%;
  }
}

@media(max-width: 420px) {
  .inmobiliaira__hero--footer br {
    display: none;
  }

  .comerciales__title {
    font-size: 8px;
  }

  .comerciales__item--address h4,
  .comerciales__list--secondary .comerciales__item--address h4 {
    font-size: 16px;
  }

  .comerciales__list--secondary .comerciales__item--address h4 strong,
  .comerciales__item--address h4 strong {
    display: block;
  }

  .corporativos__slider-option {
    width: calc(50% - 2.5px);
    margin-bottom: 5px; 
  }

  .corporativos__slider-option:nth-child(1),
  .corporativos__slider-option:nth-child(3) {
    margin-right: 5px;
  }

  .corporativos__slider-gallery .comerciales__item--info {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .corporativos__slider-options {
    padding-top: 5px;
  }

  .dalton__decorator--details__terrenos p br {
    display: none;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top: 1px solid rgb(241 232 232);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.properties__wrapper {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}

.properties__list {
}

.properties__list-item { 
  border-bottom: 2px solid #000;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.properties__list--legals {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  font-family: 'HeeboRegular';
  font-size: 1em;    
}

.properties__filters {
  width: 320px;
  background: red;
}

.properties__list {
  width: 100%;
  margin-top: 50px;
}
.seminuevos__header,
.seminuevos__header--banner img,
.seminuevos__header, 
.seminuevos__garanties,
.seminuevos__easy, 
.seminuevos__cta, 
.seminuevos__map, 
.seminuevos__slider,
.seminuevos__garanties--item img,
.seminuevos__garanties--title img,
.seminuevos__cta--item img,
.seminuevos__map--wrapper img {
  width: 100%;
  display: block;
}

.seminuevos__header--banner,
.seminuevos__easy--banner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
} 

.seminuevos__easy--banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seminuevos__easy--banner img:nth-child(1) {
  width: 60%;
  display: block;
}

.seminuevos__easy--banner img:nth-child(2) {
  width: 40%;
  display: block;
}

.seminuevos__header, 
.seminuevos__map, 
.seminuevos__slider {
  margin: 60px auto;
}

.seminuevos__map {
  margin-bottom: 120px;
}

.seminuevos__header {
  margin: 0;
}

.seminuevos__garanties,
.seminuevos__easy,
.seminuevos__cta {
  margin: 0 auto;
  max-width: 1420px;
  width: 90%;
  text-align: center;
  padding: 60px 0;
}

.seminuevos__cta,
.seminuevos__garanties {
  padding: 120px 0;
}

.seminuevos__garanties--items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.seminuevos__garanties--item {
  width: 30%;
}

.seminuevos__garanties--title {
  margin-bottom: 1.25em;
  font-size: 16px;
}

.seminuevos__garanties--title h2 {
  margin: 0;
  padding: 0;
  font-size: 2.8125em;
  font-family: 'HeeboThin';
  color: #212121;
}

.seminuevos__garanties--title h2 strong {
  font-family: 'HeeboBlack';
  font-size: 1.08em;
}

.seminuevos__garanties--title span {
  display: inline-block;
  width: 5.2em;
  position: relative;
  bottom: -3px;
}

.seminuevos__garanties--title span::after {
  content: '';
  position: absolute;
  bottom: -0.4375em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ea0a2a;
}

.seminuevos__garanties--title span::before {
  content: '';
  position: absolute;
  bottom: -0.4375em;
  right: 0;
  height: 4px;
  background-color: #ea0a2a;
  width: 33%;
}

.seminuevos__cta--wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  max-width: 920px;
  margin: 0 auto;
}

.seminuevos__cta--item {
  width: 290px;
  opacity: 1;
  transition: .5s;
}

.seminuevos__cta--item button {
  position: relative;
  top: -23px;
}

.seminuevos__cta--item:nth-child(1) button {
  left: -3%;
}

.seminuevos__cta--item:hover {
  cursor: pointer;
}

.seminuevos__map--wrapper {
  width: 65%;
  max-width: 1024px;
  margin: 0 auto;
}

.seminuevos__slider {
  width: 100%;
  position: relative;
}

.seminuevos__slider--items,
.seminuevos__slider--items img {
  width: 100%;
  display: block;
}

.seminuevos__slider .bx-pager {
  display: none;
}

.form__modal,
.feedback__modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  transition: .5s;
  z-index: -10;
  opacity: 0;
  transition-delay: 0s;
}

.form__modal--wrapper,
.feedback__modal--wrapper {
  max-width: 620px;
  width: 90%;
  position: relative;
  transform: scale(0);
  transition: .5s;
  max-height: 80vh;
  overflow: auto;
}

.form__modal.active,
.feedback__modal.active {
  z-index: 10;
  opacity: 1;
}

.form__modal--wrapper.active,
.feedback__modal--wrapper.active {
  transform: scale(1);
}

.form__modal .contact__form form {
  flex-direction: column;
}

.feedback__modal--wrapper {
  background-color: #f5f5f5;
  padding: 40px;
  box-sizing: border-box;
}

.feedback__description {
  text-align: center;
  font-size: 16px;
}

.feedback__description--icon {
  width: 6.8em;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.feedback__description--icon img {
  width: 100%;
  display: block;
}

.feedback__description--title h3,
.feedback__description--description p {
  padding: 0;
  margin: 0;
}

.feedback__description--description {
  margin-top: .5em;
}

@media(max-width: 1620px) { 
  .seminuevos__header, 
  .seminuevos__map, 
  .seminuevos__slider {
    margin: 50px auto;
  }

  .seminuevos__header {
    margin: 0 auto;
  }

  .seminuevos__garanties,
  .seminuevos__easy,
  .seminuevos__cta {
    padding: 50px 0;
  }

  .seminuevos__cta,
  .seminuevos__garanties {
    padding: 100px 0;
  }

  .seminuevos__map {
    margin-bottom: 100px;
  }

  .seminuevos__header {
    margin-top: 0;
  }

  .seminuevos__garanties--title {
    font-size: 15px;
  }

  .feedback__description {
    font-size: 15px;
  }

  .seminuevos__cta--item {
    width: 260px;
  }
}

@media(max-width: 1420px) {
  .seminuevos__cta--item button {
    top: -17px;
  }
}

@media(max-width: 1224px) {
  .feedback__description {
    font-size: 14px;
  }

  .seminuevos__header, 
  .seminuevos__map, 
  .seminuevos__slider {
    margin: 40px auto;
  }

  .seminuevos__header {
    margin: 0 auto;
  }

  .seminuevos__garanties,
  .seminuevos__easy,
  .seminuevos__cta {
    padding: 40px 0;
  }

  .seminuevos__cta,
  .seminuevos__garanties {
    padding: 80px 0;
  }

  .seminuevos__map {
    margin-bottom: 80px;
  }

  .seminuevos__header {
    margin-top: 0;
  }

  .seminuevos__garanties--title {
    font-size: 14px;
  }

  .form__modal .contact__form {
    margin-top: 50px !important;
  }

  .seminuevos__cta--item {
    width: 240px;
  }
}

@media(max-width: 1024px) {
  .feedback__description {
    font-size: 13px;
  }

  .seminuevos__header, 
  .seminuevos__map, 
  .seminuevos__slider {
    margin: 35px auto;
  }

  .seminuevos__header {
    margin: 0 auto;
  }
  
  .seminuevos__garanties,
  .seminuevos__easy,
  .seminuevos__cta {
    padding: 35px 0;
  }

  .seminuevos__cta,
  .seminuevos__garanties {
    padding: 60px 0;
  }

  .seminuevos__map {
    margin-bottom: 60px;
  }

  .seminuevos__header {
    margin-top: 0;
  }

  .seminuevos__garanties--title {
    font-size: 13px;
  }

  .form__modal .contact__form {
    margin-top: 40px !important;
  }

  .form__modal .valores__close {
    top: 20px !important;
  }

  .seminuevos__cta--item {
    width: 220px;
  }
}    

@media(max-width: 920px) {
  .feedback__description {
    font-size: 12px;
  }

  .feedback__description--description p {
    font-size: 16px;
  }

  .seminuevos__header,
  .seminuevos__map, 
  .seminuevos__slider {
    margin: 30px auto;
  }

  .seminuevos__garanties,
  .seminuevos__easy,
  .seminuevos__cta {
    padding: 30px 0;
  }

  .seminuevos__cta,
  .seminuevos__garanties {
    padding: 50px 0;
  }

  .seminuevos__map {
    margin-bottom: 50px;
  }

  .seminuevos__header {
    margin-top: 0;
  } 

  .seminuevos__garanties--title {
    font-size: 11px;
  }

  .seminuevos__easy--banner {
    flex-direction: column;
    width: 90%;
    max-width: 480px;
  }

  .seminuevos__easy--banner img:nth-child(1) {
    width: 100%;
    display: block;
  }
  
  .seminuevos__easy--banner img:nth-child(2) {
    width: 60%;
    display: block;
    margin-top: 20px;
  }

  .seminuevos__cta--item {
    width: 200px;
  }
}

@media(max-width: 740px) { 
  .feedback__description {
    font-size: 11px;
  }

  .seminuevos__garanties--title {
    font-size: 10px;
  }

  .seminuevos__garanties--items {
    flex-direction: column;
    margin-top: 20px;
  }

  .seminuevos__garanties--item {
    width: 60%;
    max-width: 220px;
  }

  .seminuevos__cta--item {
    width: 180px;
  }
}

@media(max-width: 620px) {
  .feedback__description {
    font-size: 10px;
  }

  .seminuevos__header, 
  .seminuevos__map, 
  .seminuevos__slider {
    margin: 20px auto;
  }

  .seminuevos__header {
    margin: 0 auto;
  }

  .seminuevos__garanties,
  .seminuevos__easy,
  .seminuevos__cta {
    padding: 20px 0;
  }

  .seminuevos__cta,
  .seminuevos__garanties {
    padding: 30px 0;
  }

  .seminuevos__map {
    margin-bottom: 30px;
  }

  .seminuevos__header {
    margin-top: 0;
  }

  .seminuevos__garanties--title {
    font-size: 9px;
  }

  .seminuevos__garanties--title {
    width: 100%;  
    max-width: 320px;  
    margin: 0 auto;
  }

  .seminuevos__garanties--title span {
    padding-bottom: .5em;
  }

  .seminuevos__garanties--title span::after {
    bottom: 0em;
  }
  
  .seminuevos__garanties--title span::before {
    bottom: 0em;
  }

  .seminuevos__cta--wrapper {
    width: 100%;
    max-width: 920px;
  }
  
  .seminuevos__map--wrapper {
    width: 80%;
  }

  .form__modal .valores__close {
    top: 15px !important;
    right: 5% !important;
  }

  .seminuevos__cta--item {
    width: 160px;
  }
}

@media(max-width: 479px) {
  .feedback__description {
    font-size: 9px;
  }

  .seminuevos__garanties--title {
    font-size: 8px;
  }

  .seminuevos__cta--item {
    width: 120px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.services-details__list,
.services__list,
.services-benefits__wrapper,
.services-benefits__list {
  width: 90%;
  max-width: 1200px;
  margin: 60px auto;
}

.services-details__list {
  margin-top: 40px !important;
}

.services__list {
  margin-bottom: 40px !important;
}

.service__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.service__details {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.service__details p {
  font-family: 'HeeboLight';
  font-size: 2em;
  color: #212121;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: .5s;
}

.service__details strong {
  font-family: 'HeeboBold';
}

.service__logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
}

.service__logo img {
  opacity: 1;
  transition: .5s;
  height: 112px;
}

.service__logo img:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.service__logo img:nth-child(2) {
  display: block;
}

.service__decorator,
.service__decorator--footer {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #212121;
}

.service__decorator--footer {
  top: auto;
  bottom: 20px;
  width: 55%;
  left: 22.5%;
  background-color: #FFF;
}

.service__decorator::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 50px;
  height: 8px;
  background: #212121;
}

.service__decorator--footer::before {
  content: '';
  position: absolute;
  top: -3.5px;
  left: 50%;
  width: 40px;
  height: 8px;
  transform: translateX(-50%);
  background: #FFF;
}

.services__item {
  cursor: pointer;
  transition: .5s;
  position: relative;
}

.services__item::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 40px solid #f5f5f5;
  width: 0;
  height: 0;
  display: none;
}

.services__item.active::after {
  display: block;
}

.services__item:hover,
.services__item.active {
  background: #e91c2d;
}

.services__item:hover .service__logo img:nth-child(1),
.services__item.active .service__logo img:nth-child(1) {
  opacity: 0;
}

.services__item:hover .service__details p,
.services__item.active .service__details p {
  color: #FFF;
}

.services__item:hover .service__decorator,
.services__item:hover .service__decorator::before,
.services__item.active .service__decorator,
.services__item.active .service__decorator::before {
  background: #e91c2d;
}

.services-details--item,
.services-details--wrapper,
.services-details--banner,
.services-details--banner a,
.services-details--banner img,
.services-details--banner iframe,
.services-details--wrapper iframe,
.services-details--info,
.services-details--description {
  width: 100%;
  display: block;
}

.services-details--banner iframe,
.services-details--wrapper iframe {
  height: 711px;
  padding: 40px;
  box-sizing: border-box;
  background: #f5f5f5;
}

.services-details--info {
  display: flex;
  align-items: center;
  background: #f5f5f5;
}

.services-details--info--dark {
  background: #e0e0e0;
}

.services-details--info .services-details--banner,
.services-details--info .services-details--form-text {
  width: 45%;
  height: 100%;
  display: block;
}

.services-details--info .services-details--description,
.services-details--form {
  width: 55%;
  padding: 30px;
  box-sizing: border-box;
}

.services-details--form {
  padding: 40px 60px;
}

.services-details--description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.services-details--description h3 {
  font-family: 'HeeboLight';
  font-size: 2.5em;
  color: #212121;
  margin: 0;
}

.services-details--description h3 strong {
  color: #e91c2d;
  font-family: 'HeeboBlack';
}

.services-details--description p {
  font-family: 'HeeboLight';
  font-size: 1.75em;
  color: #6a6a6a;
  margin: 30px 0;
}

.services-details--description p.decorator {
  position: relative;
}

.services-details--description p.decorator::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  height: 3px;
  background: #e91c2d;
}

.services-details--logos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.services-details--logos img {
  height: 50px;
  display: block;
  margin: 10px 20px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.services-details--form-text {
  background: #e0e0e0;
  padding: 3em;
  box-sizing: border-box;
}

.services-details--form-text h3,
.services-details--form-text p {
  margin: 0;
  padding: 0;
}

.services-details--form-text p,
.services-details--form-text h3 {
  font-family: 'HeeboLight';
  font-size: 1.50em;
  color: #212121;
}

.services-details--form-text h3 {
  font-family: 'HeeboBold';
  font-size: 1.75em;
}

.services-details--form-text p {
  width: 80%;
  margin-top: .5em;
}

.services-details--form-text ul {
  margin-top: 2em;
}

.services-details--form-text ul li {
  font-family: 'HeeboBold';
  font-size: 1.50em;
  color: #212121;
  position: relative;
  padding-left: 1em;
}

.services-details--form-text ul li::after {
  content: '';
  width: .4em;
  height: .4em;
  background: #e91c2d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.services-details--form-text ul li strong {
  color: #e91c2d;
}

.services-details--info--dark .services-details--form {
  background-color: #f5f5f5;
}

.services-details--form .contact__form--item {
  width: 100%;
}

.services-details--form .contact__form--item textarea {
  height: 140px;
}

.services-details--form .contact__form {
  margin-top: 0;
}

.services-details--item {
  display: none;
}

.services-details--item.active {
  display: block;
}

.services-details--description,
.services-details--form {
}

.services-details--item {
  position: relative;
}

.services-details--description::after,
.services-details--form::after {
  content: '';
  top: 0;
  left: calc(45%);
  position: absolute;
  width: 15px;
  height: 45px;
  background: #e91c2d;
}

.services-benefits__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.services-benefits__item {
  text-align: center;
  background-color: #f5f5f5;
  padding: 30px;
  box-sizing: border-box;
}

.services-benefit__title img {
  height: 65px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.services-benefit__title h3 {
  margin: 20px 0 40px 0;
  padding: 0;
  font-family: 'HeeboBold';
  font-size: 2em;
  color: #212121;
}

.services-benefit__details p {
  margin: 0;
  padding: 0;
  font-family: 'HeeboLight';
  font-size: 1.5em;
  color: #6a6a6a;
  line-height: 1.2em;
}

.services-benefit__details p strong {
  font-family: 'HeeboBold';
  color: #e91c2d;
}

.services-benefit__details p strong span {
  color: #212121;
}

.services-benefit__title {
  position: relative;
}

.services-benefit__title::after,
.services-benefit__title::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 7em;
  height: 2px;
  background: #e91c2d;
  transform: translate(-50%);
}

.services-benefit__title::before {
  height: 6px;
  width: 3em;
  transform: translate(calc(-50% - 2em));
}

.seminuevos__slider--wraper div,
.seminuevos__slider--wraper img,
.seminuevos__slider--wraper a {
  display: block;
  width: 100%;
}

.seminuevos__slider.withPager .bx-pager {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  position: absolute;
  bottom: -25px !important;
  left: 0;
  width: 100%;
}

.seminuevos__slider.withPager .bx-pager a {
  color: transparent;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.services-details__list .services-benefits__title {
  display: none;
}

.paginator__slider {
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}


.paginator__item {
  margin: 0 5px;
  padding: 13px;
  cursor: pointer;
}

.paginator__slider .paginator__item span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #e91c2d;
  transition: .5s;
}

.paginator__item:hover span,
.paginator__item.active span {
  background-color: #e91c2d;
}

@media(max-width: 1620px) {
  .service__details p {
    font-size: 1.8em;
  }

  .services-details--description h3 {
    font-size: 2.25em;
  }

  .services-details--description p {
    font-size: 1.65em;
  }

  .service__logo img {
    height: 105px;
  }

  .services-details--logos img {
    height: 45px;
  }

  .services-details--form-text p,
  .services-details--form-text h3 {
    font-size: 1.40em;
  }

  .services-details--form-text h3 {
    font-size: 1.65em;
  }

  .services-details--form-text ul li {
    font-size: 1.40em;
  }

  .services-benefit__title h3 {
    font-size: 1.9em;
  }
  
  .services-benefit__details p {
    font-size: 1.45em;
  }
}

@media(max-width: 1320px) {
  .service__details p {
    font-size: 1.6em;
  }

  .services-details--description h3 {
    font-size: 2em;
  }

  .services-details--description p {
    font-size: 1.45em;
  }

  .service__logo img {
    height: 95px;
  }
  
  .service__wrapper {
    padding: 20px 10px;
  }

  .services-details--logos img {
    height: 40px;
  }

  .services-details--form-text p,
  .services-details--form-text h3 {
    font-size: 1.30em;
  }

  .services-details--form-text h3 {
    font-size: 1.55em;
  }

  .services-details--form-text ul li {
    font-size: 1.30em;
  }

  .services-details--form-text {
    padding: 2em;
  }

  .services-details--form {
    padding: 40px 50px;
  }

  .services-benefit__title h3 {
    font-size: 1.8em;
  }
  
  .services-benefit__details p {
    font-size: 1.4em;
  }

  .services-details--banner iframe,
  .services-details--wrapper iframe {
    height: 53.3vw;
    padding: 3.1vw;
  }
}

@media(max-width: 1160px) {
  .services-details--logos {
    width: 80%;
  }

  .services-details--item .services-details--form-text br {
     display: none;
  }
}

@media(max-width: 1024px) {
  .service__details p {
    font-size: 1.3em;
  }

  .services-details--description h3 {
    font-size: 1.75em;
  }

  .services-details--description p {
    font-size: 1.1em;
  }

  .service__logo img {
    height: 85px;
  }

  .services-details--logos img {
    height: 35px;
  }

  .services-details--form-text p,
  .services-details--form-text h3 {
    font-size: 1.20em;
  }

  .services-details--form-text h3 {
    font-size: 1.45em;
  }

  .services-details--form-text ul li {
    font-size: 1.20em;
  }

  .services-benefit__title h3 {
    font-size: 1.7em;
  }
  
  .services-benefit__details p {
    font-size: 1.3em;
  }

  .seminuevos__slider.withPager .bx-pager {
    bottom: -20px !important;
  }

  .seminuevos__slider.withPager .bx-pager a {
    width: 10px;
    height: 10px;
    margin: 0 2.5px;
  }
}

@media(max-width: 920px) {
  .services-details--description h3 {
    font-size: 1.50em;
  }

  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service__wrapper {
    padding: 30px;
  }

  .services-details--info {
    flex-direction: column;
  }

  .services-details--info .services-details--description,
  .services-details--info .services-details--banner,
  .services-details--logos,
  .services-details--info .services-details--form-text,
  .services-details--form {
    width: 100%;
  }

  .services-details--form {
    padding: 30px;
  }

  .services-details--info .services-details--banner {
    overflow: hidden;  
  }

  .services-details--info .services-details--banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .services-details--info {
    flex-direction: column;
  }

  .services-details--form-text p,
  .services-details--form-text h3 {
    font-size: 1.10em;
  }

  .services-details--form-text h3 {
    font-size: 1.35em;
  }

  .services-details--form-text ul li {
    font-size: 1.10em;
  }

  .services-details__list, .services__list {
    max-width: 620px;
    margin: 0 auto;
  }

  .services-details--item {
    margin: 40px 0;
    display: block;
  }

  .services__list {
    display: none;
  }

  .services-details--form {
    padding: 30px 30px;
  }

  .services-details--description,
  .services-details--form {
    position: relative;
  }

  .services-details--description::after,
  .services-details--form::after {
    left: 0;
  }

  .services-benefit__title h3 {
    font-size: 1.5em;
  }
  
  .services-benefit__details p {
    font-size: 1.2em;
  }

  .services-benefits__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-details--form::after,
  .services-details--description::after {
    display: none;
  }

  .services-details__list .services-benefits__title {
    display: block;
    background-color: #f5f5f5;
    padding-top: 30px;
    margin-top: 60px !important;
  }

  .paginator__item {
    margin: 0 2px;
    padding: 15px;
  }

  .paginator__slider .paginator__item span {
    width: 10px;
    height: 10px;
    border: 1px solid #e91c2d;
  }
  
  .paginator__item:hover span,
  .paginator__item.active span {
    background-color: #e91c2d;
  }

  .services-details--info,
  .wptResponsive {
    padding-top: 30px;
  }

  .services-details--form-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-details--form-text,
  .services-details--info--dark,
  .services-details--banner {
    background-color: #f5f5f5 !important;
  }

  .mb0Responsive {
    margin-bottom: 0 !important;
  }

  .services-details--form-text h3,
  .services-details--form-text p {
    text-align: center;
    width: 100%;
  }

  .services-details--form-text ul {
    margin-top: 2em;
    width: 100%;
    max-width: 235px;
    margin: 2em auto 0 auto;
  }

  .services-details--banner iframe,
  .services-details--wrapper iframe {
    height: 375px;
    padding: 26.9px;
  }

  .services-details--wrapper > iframe {
    padding-top: 0;
    height: 349px;
  }
}

@media(max-width: 680px) {
  .services-details--banner iframe,
  .services-details--wrapper iframe {
    height: 54vw;
    padding: 3.5vw;
  }
  
  .services-details--wrapper > iframe {
    padding-top: 0;
    height: 50vw;
  }
}

@media(max-width: 620px) {
  .service__wrapper {
    padding: 20px;
  }

  .services-details--logos img {
    height: 30px;
  }

  .services-details--logos img {
      margin: 10px 10px;
  }
  
  .services-details--info .services-details--description {
    padding: 20px;
  }

  .services-details--item {
    margin: 20px 0;
  }
  
  .services-benefit__title h3 {
    font-size: 1.4em;
  }
  
  .services-benefit__details p {
    font-size: 1em;
  }

  .services-benefits__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .services-details__list .services-benefits__title {
  }

  .services-details__list,
  .services-benefits__wrapper,
  .services-benefits__list {
    margin: 40px auto;
  }

  .services-details__list,
  .services-details--item {
    margin-top: 40px !important;
  }

  .seminuevos__slider.mt0 {
    margin-bottom: 0 !important;
  }

  .services-details--item {
    margin-top: 50px !important;
  }
}

@media(max-width: 480px) {
  .services__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .services-details--description h3 br {
    display: none;
  }

  .services-details--info .services-details--description {
    padding: 20px;
  }

  .services-details--logos {
    width: 80%;
  }

  .services-details__list .services-benefits__title {
    margin-top: 40px !important;
  }

  .services-details--item:nth-child(1) {
    margin-top: 50px !important;
  }

  .services-details--item {
    margin-top: 20px !important;
  }

  .services-details--form-text ul {
    max-width: 240px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .paginator__item:hover span {
    background-color: #ffffff;
  }

  .paginator__item.active span {
    background-color: #e91c2d !important;
  }
}


.btn-citaServicio {
    background: #6a6a6a!important;
    color: #000!important;
    margin: 34px 20px 3px;
    padding: 8px;
    border-radius: 3px;
}

@media (min-width: 900px) {

  
  .fn00 {
    font-weight: 600 !important;
    font-size: 14px;
    padding: 0 15px;
    margin: 13px 0;
  }
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -41px;
  
  
  } 
}